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: about 2 months ago
JSON representation

Webpack 5 starter

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