https://github.com/isaac-svi/static-webpack-template
Template for Vanilla JS projects with Webpack Dev Server and other tools already set up.
https://github.com/isaac-svi/static-webpack-template
development devserver javascript webpack
Last synced: 8 months ago
JSON representation
Template for Vanilla JS projects with Webpack Dev Server and other tools already set up.
- Host: GitHub
- URL: https://github.com/isaac-svi/static-webpack-template
- Owner: Isaac-Svi
- Created: 2021-06-21T10:03:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T10:17:46.000Z (about 5 years ago)
- Last Synced: 2025-02-22T08:59:55.352Z (over 1 year ago)
- Topics: development, devserver, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To use:
Download using:
```bash
npx degit Isaac-Svi/static-webpack-template
```
Install dependencies using:
```bash
npm i
#OR
yard add
```
To run development server:
```bash
npm run dev
```
To create build:
```bash
npm run build
```