README
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 production code to build dir
npm run build
Check lint in src dir
npm run lint