eXaminator / sugc-webpack-spa

Simple webpack example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple webpack example

License:MIT License


Languages

Language:HTML 73.9%Language:JavaScript 26.1%