Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 501 Bytes

File metadata and controls

33 lines (20 loc) · 501 Bytes

Project-Navy-Cricket

A starter project that uses the following technologies:

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

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.