0.0.1 • Published 6 years ago

frontend-components-boilerplate v0.0.1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

frontend-components-boilerplate

A boilerplate for proyects based on components, using webpack, es6, sass and pug.

Build Status

WORK IN PROGRESS

Requirements

  • Node version >= 6

Usage

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

How to create a new component

TODO

Publish the release of a package

TODO