https://github.com/cyberdex/webpack-boilerplate
https://github.com/cyberdex/webpack-boilerplate
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyberdex/webpack-boilerplate
- Owner: CyberDex
- Created: 2020-04-04T14:18:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T10:29:05.000Z (over 5 years ago)
- Last Synced: 2025-02-25T23:43:33.128Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 408 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack boilerplate
Install dependencies
```
npm i
```
#### Local build
```
npm start
```
Run on https://localhost:8080
#### Production build
```
npm run build
```