A Webpack 5 scaffold with ES6, babel and SASS for development and production usage of webpage projects.
$ git clone [email protected]:jankern/brick-webapp.git
$ cd brick-webapp
$ npm install
To run the sources in development mode run
$ npm start
To build the sources for production purposes run
$ npm run build