0.0.2 • Published 6 years ago

ecmascript-lib-starter-kit v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Just clone this repository and Develop what you want with ecmascript

npm scripts

Start webpack-dev-server

npm start

Test files which are *.test.js in src dir

npm test

Build source to dist dir. It produces babel compiled source and webpack bundled source.

npm run build

Check lint in src dir

npm run lint