Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 677 Bytes

File metadata and controls

39 lines (20 loc) · 677 Bytes

Just Another React Starter App

A minimal React JS application starter kit.

Start small, add what you need.

A fork and bending of React Starterify

NVM Usage

. ~/.nvm/nvm.sh
nvm use 5.0

Usage

Install the dependencies:

npm install

Test:

npm test

Development mode with livereload:

npm run watch

When you are done, create a production ready version of the JS bundle:

npm run build

License

MIT License

Build Status

Build Status