frontend-components-boilerplate
v0.0.1
Published
A boilerplate for component-based proyects using webpack, es6, sass and pug
Downloads
18
Maintainers
Readme
frontend-components-boilerplate
A boilerplate for proyects based on components, using webpack, es6, sass and pug.
WORK IN PROGRESS
Requirements
- Node version >= 6
Usage
Install dependencies:
npm installRun app:
npm startRun tests:
npm testRun continuous testing:
npm run test:watchRun linter (coding standard):
npm run lintHow to create a new component
TODO
Publish the release of a package
TODO
