An open API service indexing awesome lists of open source software.

https://github.com/jatin-8898/webpack-starter-kit

A simple configuration of the Webpack. 🔻
https://github.com/jatin-8898/webpack-starter-kit

starter-kit starter-template webpack webpack-dev-server webpack-loader webpack-plugin webpack4

Last synced: 9 months ago
JSON representation

A simple configuration of the Webpack. 🔻

Awesome Lists containing this project

README

          

# 🔻 Webpack Starter Kit
A simple configuration setup of the Webpack4.

## 📜 Pre-requisites

* Install node on your machine
* Install yarn (yarn is used in place of npm)

## 📝 Installation

* Fork this repo.
* Navigate to your fork of the webpack-config.
* Under your repository name, click Clone or download.
* In the Clone with HTTPs section, copy the clone URL for the repository.
* Open Terminal.
* Git clone it
* Now, you have a local copy of your fork of the webpack-config repository!
* cd into the project dir
* In the project root, run *`npm install`* to install dependencies
* To start app
```
$ npm run dev
```