- Koa 2
- Babel 7
- Webpack 4
- Hot Module Replacement
- SASS
- Mocha
- ESLint
- For all the packages see package.json
Node version must be >= 7.6.0
Clone the project
git clone https://github.com/EndiM/javascript-development-environment.git
.
Install dependencies
$ npm install
Run development server
$ npm start
$ npm run build
For all the functionalities see npm scripts package.json
Feel free to contribute to make it better :)
This development environment is heavily inspired by Cory House repo