Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mort3za/webpack-starter
https://github.com/mort3za/webpack-starter
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mort3za/webpack-starter
- Owner: mort3za
- Created: 2019-03-07T09:59:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T01:45:01.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T15:32:00.450Z (over 1 year ago)
- Language: JavaScript
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starter project
Uses webpack, webpack-cli, webpack-dev-server, babel.## Commands
`npm start` to open in browser in development mode.
`npm dev` to run webpack once in development mode.
`npm build` to build.