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. 🔻
- Host: GitHub
- URL: https://github.com/jatin-8898/webpack-starter-kit
- Owner: Jatin-8898
- Created: 2019-02-03T17:33:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T12:19:50.000Z (about 6 years ago)
- Last Synced: 2025-08-30T12:39:31.174Z (9 months ago)
- Topics: starter-kit, starter-template, webpack, webpack-dev-server, webpack-loader, webpack-plugin, webpack4
- Language: HTML
- Homepage:
- Size: 4.26 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```