brendalong / webpack-demo

class demo of webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack with JSON Server Application Boilerplate

Setup

  1. Fork (do not clone) this repository. Click the Fork button in the upper-right hand corner of the page.
  2. Clone your fork of this repository to your local machine with git clone.
  3. Open the package.json file and change the name property to the name of your application, and author to your name.
  4. From your command line, be in the main project directory and run npm install.
  5. To start your application, run npm start.

About

class demo of webpack


Languages

Language:JavaScript 78.7%Language:HTML 21.3%