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

https://github.com/vcjpierre/webpack-web-starter

A simple webpack starter to create websites
https://github.com/vcjpierre/webpack-web-starter

web webpack-starter webpack4

Last synced: 3 months ago
JSON representation

A simple webpack starter to create websites

Awesome Lists containing this project

README

        

# Webpack Starter Kit

## Installation
1. Clone the repository
2. Go to the project
3. Run `npm install`

## Running on development

Run `npm run dev`

## Build for production

Run `npm run build` to build project.