Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

A lightweight foundation for any Webpack 4 based frontend project.

License

Notifications You must be signed in to change notification settings

jonathanlinat/yet-another-and-really-basic-webpack-es6-starterkit

Repository files navigation

Yet Another And Really Basic Webpack ES6 Starterkit

A lightweight foundation for any Webpack 4 based frontend project.

Features

Installation

Clone this repository locally...

$ git clone https://github.com/jonathanlinat/yet-another-and-really-basic-webpack-es6-starterkit.git
$ cd yet-another-and-really-basic-webpack-es6-starterkit/

...and install the required NPM packages.

$ npm install

Start a Development server

Start a local Web Server.

$ npm run dev

Build a Production version

Create a Production version of the project.

$ npm run build

The compiled version of the project will be available into the dist folder.

Projects based on this Starter Kit

  • ES6 Retrogaming Series: Pong [Link]
  • ES6 Experiments Series: Buffon's needle [Link]