Basic dev stack with hot reload, style loader and tests
Run npm install
in the root.
Run npm start
Go to localhost:3000
Run npm run test
for single run tests
Run npm run debug-test
for continuous watch of tests
Run npm run release
, output will be in bundle.js
and bundle.css
in dist
folder.