Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 403 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 403 Bytes

Webpack5 / ES6 / SASS web page

A Webpack 5 scaffold with ES6, babel and SASS for development and production usage of webpage projects.

Installation

$ git clone [email protected]:jankern/brick-webapp.git
$ cd brick-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