Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 556 Bytes

File metadata and controls

32 lines (19 loc) · 556 Bytes

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.