/React-Boilerplate

A simple React app running on Node/Express

Primary LanguageJavaScript

Getting started

Install browserify and watchify globally:

sudo npm install browserify watchify -g

Run the following to listen to changes in your app:

npm run-script build

Run the following to start your server:

sudo npm start