Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epoch/webpack-basic-starter
https://github.com/epoch/webpack-basic-starter
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/epoch/webpack-basic-starter
- Owner: epoch
- Created: 2016-12-14T05:02:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-19T02:59:59.000Z (about 8 years ago)
- Last Synced: 2024-10-25T01:38:38.071Z (2 months ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack 2 basic starter
- webpack 2 and babel for es6
- yarn for dependency management
- webpack-dev-middleware and express for reloading development server## quick start
```
git clone
cd /webpack-basic-starter
yarn install
yarn start
```## build and deploy
```
yarn dist
```
exports the site in production ready format in `dist/`