https://github.com/vcjpierre/webpack-web-starter
A simple webpack starter to create websites
https://github.com/vcjpierre/webpack-web-starter
web webpack-starter webpack4
Last synced: 3 months ago
JSON representation
A simple webpack starter to create websites
- Host: GitHub
- URL: https://github.com/vcjpierre/webpack-web-starter
- Owner: vcjpierre
- Created: 2019-07-30T23:24:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T14:17:50.000Z (over 2 years ago)
- Last Synced: 2025-01-27T06:19:53.700Z (4 months ago)
- Topics: web, webpack-starter, webpack4
- Language: JavaScript
- Homepage: https://shrill-fish.surge.sh
- Size: 3.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack Starter Kit
## Installation
1. Clone the repository
2. Go to the project
3. Run `npm install`## Running on development
Run `npm run dev`
## Build for production
Run `npm run build` to build project.