https://github.com/avivharuzi/webpack-template-starter
Webpack Template starter with Webpack config all ready to go with
https://github.com/avivharuzi/webpack-template-starter
javascript typescript webpack
Last synced: 3 months ago
JSON representation
Webpack Template starter with Webpack config all ready to go with
- Host: GitHub
- URL: https://github.com/avivharuzi/webpack-template-starter
- Owner: avivharuzi
- License: mit
- Created: 2018-05-16T19:04:02.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T19:12:16.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T04:43:08.373Z (over 1 year ago)
- Topics: javascript, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpack Template Starter
Webpack Template starter with Webpack config all ready to go with.
## Commands
Watch project files.
```bash
npm run watch
```
Start development server.
```bash
npm start
```
Build production build.
```bash
npm run build
```