Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 679 Bytes

File metadata and controls

22 lines (14 loc) · 679 Bytes

React UI Workshop

A workshop for MobConEU 2016 by @dancork & @jackdcrawford.

Requirements

This project requires node v4.4.0 or higher. You can download installers from the NodeJS website or via a version manager like NVM.

Installation

You can install the project's dependencies through npm. On Windows you will need to open command line as an administrator.

npm install

Usage

To start the development server run the following command and navigate to http://localhost:8080 in your preferred browser.

npm start