/sugc-webpack-spa

Simple webpack example

Primary LanguageHTMLMIT LicenseMIT

Description

This simple example demonstrates the absolute basics of webpack.

Installation

  1. Use either yarn install (prefered) or npm install to install the dependencies.
  2. Run the build via node_modules/.bin/webpack or use the NPM script via yarn build or npm run build
  3. Run the dev server via node_modules/.bin/webpack-dev-server or use the NPM script via yarn start or npm start