Skip to content

s-georgiev/react-ui-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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