0.0.2 • Published 8 years ago
ecmascript-lib-starter-kit v0.0.2
Just clone this repository and Develop what you want with ecmascript
npm scripts
Start webpack-dev-server
npm startTest files which are *.test.js in src dir
npm testBuild source to dist dir. It produces babel compiled source and webpack bundled source.
npm run buildCheck lint in src dir
npm run lint