A boilerplate for proyects based on components, using webpack, es6, sass and pug.
WORK IN PROGRESS
- Node version >= 6
This project uses lerna to manage multiple components at once.
Please refer to lerna docs for instructions (https://github.com/lerna/lerna)
Install dependencies:
npm install
Run app:
npm start
Run tests:
npm test
Run continuous testing:
npm run test:watch
Run linter (coding standard):
npm run lint
TODO
TODO