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 git@gitlab.com:jankern/condulence-webapp.git
$ cd condulence-webapp
$ npm install
To run the sources in development mode run
$ npm start
To build the sources for production purposes run
$ npm run build