Skip to content

Latest commit

 

History

History

project-red-cicada

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Project-Red-Cicada

A starter project that uses the following technologies:

✅ ES2018 ✅ Webpack v4.40 ✅ Babel v7.6 ✅ SCSS 4.12

Updated: September 2019

Running

To run the project locally:

  • npm install
  • webpack-dev-server

Building

To build a development mode package, use:

  • npm run dev

To build a production mode package, use:

  • npm run build

Noteworthy Features

  • Webpack 4 hot reloading (just works)
  • Html 'cache busting' using the HtmlWebPackPlugin.