Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 475 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 475 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 git@gitlab.com:jankern/condulence-webapp.git
$ cd condulence-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