Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdshinde/webpack-starter
Webpack 5 starter
https://github.com/rdshinde/webpack-starter
webpack5
Last synced: 11 days ago
JSON representation
Webpack 5 starter
- Host: GitHub
- URL: https://github.com/rdshinde/webpack-starter
- Owner: rdshinde
- Created: 2022-08-13T09:48:22.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-25T02:05:33.000Z (about 2 years ago)
- Last Synced: 2023-03-09T02:26:59.539Z (almost 2 years ago)
- Topics: webpack5
- Language: JavaScript
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-starter
Webpack 5 starter# How to install?
- Open the terminal and run following commands.
```
git clone https://github.com/rdshinde/webpack-starter.git
```
```
npm install
```
```
npm run build
```
```
npm start
```
This will start the application on port no. 3000