Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 483 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 483 Bytes

Webpack4 / ES6 / SASS

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.

Installation

$ git clone [email protected]:jankern/music-mechanic-webapp.git
$ cd music-mechanic-webapp
$ npm install

Run the code

To run the sources in development mode run

$ npm start

To build the sources for production purposes run

$ npm run build