An open API service indexing awesome lists of open source software.

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.

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
```