https://github.com/semdy/webpack-multiple-boilerplate
webpack multiple pages boilerplate(compat ie8)
https://github.com/semdy/webpack-multiple-boilerplate
babel babel-plugin express express-middleware jquery multiple webpack
Last synced: 2 months ago
JSON representation
webpack multiple pages boilerplate(compat ie8)
- Host: GitHub
- URL: https://github.com/semdy/webpack-multiple-boilerplate
- Owner: semdy
- Created: 2019-05-29T11:11:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T07:05:50.000Z (about 6 years ago)
- Last Synced: 2025-04-09T07:42:20.007Z (about 1 year ago)
- Topics: babel, babel-plugin, express, express-middleware, jquery, multiple, webpack
- Language: JavaScript
- Homepage:
- Size: 433 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-multiple-boilerplate
> A webpack multiple pages project
## Build Setup
``` bash
# clone
git clone git@github.com:semdy/webpack-multiple-boilerplate.git
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm start
# build for production with minification
npm run build
# start a server from the dist
serve:dist
```