tphdev / demo--client-routing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack Simple Server Setup

# (1) Get the build by cloning the repo
`git clone git@github.com:muktek/build--webpack-simple-server.git «project-name»`

# (2) Install our packages from package.json
`npm install`


# (4) Install packages
`npm install superagent`

# (5) Run dev server and checkout http://localhost:3000
`npm run dev`

# (6) Create production build
`npm run build:production`

About


Languages

Language:JavaScript 88.1%Language:CSS 11.9%