An open API service indexing awesome lists of open source software.

https://github.com/rodrigowebdev/password-calc-generator

This is a personal App to help me in reboot method
https://github.com/rodrigowebdev/password-calc-generator

es6 eslint javascript vanillajs

Last synced: 3 months ago
JSON representation

This is a personal App to help me in reboot method

Awesome Lists containing this project

README

          

# ES6-boilerplate
Standard ES6 Boilerplate configured with babel, webpack and eslint.

## Usage
* `npm start` to run eslint on watch mode and dev-server at localhost:8080.
* `npm run watch` to only watch for/recompile on changes.
* `npm run build` to generate a minified, production-ready build.