This project is a starterkit with below features included in it for a fast development
- It is using npm as package manager.
- Automated the development scripts through npm script.
- It has Transpiler Babel for latest ECMA standards.
- It has webpack as Bundler for budling the js and css and give it to browser.
- It is using ESLint for linting the code. Disable the editor's lint plugin.
- It will have unit test setup. i.e how to write Unit Test.
- mocha as test framework
- chai expect as assertion library
- jsdom as helper library