https://github.com/phucbm/webpack-server
Quickly start a dev server with webpack.
https://github.com/phucbm/webpack-server
es6 webpack
Last synced: 3 months ago
JSON representation
Quickly start a dev server with webpack.
- Host: GitHub
- URL: https://github.com/phucbm/webpack-server
- Owner: phucbm
- Created: 2023-01-13T10:15:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T10:45:30.000Z (over 3 years ago)
- Last Synced: 2026-03-27T04:46:53.318Z (3 months ago)
- Topics: es6, webpack
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-server
> Quickly start a dev server with webpack.
- Hot module reload
- CSS/SCSS
## Deployment
```shell
# install
npm i
# start server
npm run dev
```