Get up and running with Ractive.js, Redux and Webpack including a bunch of other cool libs and front technologies.
- jshint
- Webpack 2 & Webpack-dev-server 2
- Ractive
- Redux with redux-devtools, redux-logger, redux-thunk, redux-persist
- mocha
- chai
- istanbul code coverage
- node: latest
Install yarn
cd dir
yarn
or alternatively npm install
Usage
Launch local dev server
npm start
Launch test
npm test
Launch test in watch mode
npm run test:watch
Launch test with code coverage
npm run cover
Create a final build
npm run build