Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 380 Bytes

File metadata and controls

18 lines (12 loc) · 380 Bytes

ReactDevStack

Basic dev stack with hot reload, style loader and tests

Installing

Run npm install in the root.

Developing

Run npm start

Go to localhost:3000

Testing

Run npm run test for single run tests

Run npm run debug-test for continuous watch of tests

Release

Run npm run release, output will be in bundle.js and bundle.css in dist folder.