Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 604 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 604 Bytes

Webpack Playground

A basic setup for a local playground when CodePen just isn't cutting it.

Based off of the webpack-starter-basic. See that repo for options that may be of interest (loading fonts, images, or bootstrap).

Usage

Install npm dependencies

 npm install 

Run the kickstart command

npm run kickstart

After the project has been kickstarted

To start the development server

npm start

To build for production

npm run build

To preview the production build

npm run preview