Webpack environment for creating front-end applications with hot reload, SASS and ES6 modules.
To install the project dependencies you can run the following command:
$ npm install
To run the project in a development server you need to run the following command:
$ npm start # Runs in http://localhost:8080
To compile the application for production mode run the following command:
$ npm run build
1.0.0
Andrés Aguilar Moya