Build CRUD application using JavaScript modules. A starter pack is used to build JavaScript applications to compile ES2015/ES6, ES2016/ES7 and ES2017 code down to ES5. It uses webpack, Babel and webpack-dev-server to compile and serve. It is fully compatible with Async/Await as it uses the Babel polyfill.
Fake REST API is created using JSON Server.
Install the dependencies
$ npm install
To serve in the browser - Runs webpack-dev-server
$ npm start
Compile and build
$ npm run build
$ npm run json:server