Skip to content

Latest commit

 

History

History

project-neon-gadfly

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Project-Neon-Gadfly

A starter project that uses the following technologies:

✅ Vanilla Javascript (ES5) ✅ Vanilla CSS 3 ✅ Webpack v4.40 ❎ Babel (Not needed because we're using vanilla JS and CSS)

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.