A Webpack 4 scaffold with ES6, babel and SASS for development and production usage. Additional optional libs like jquery and materialize-css are also inlcuded to the project.
$ git clone [email protected]:jankern/music-mechanic-webapp.git
$ cd music-mechanic-webapp
$ npm install
To run the sources in development mode run
$ npm start
To build the sources for production purposes run
$ npm run build