Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (31 loc) · 1.11 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.11 KB

Webpack Starterkit For Web App

Dependabot badge

A complete stater kit for starting webpack based frontend project.Which includes testing and linting.

Installation

npm install

Start Dev Server

npm start

Build Prod Version

npm run build

linting

npm run lint

testing

npm run test

Features:

When you run npm run build we use the mini-css-extract-plugin to move the css to a separate file. The css file gets included in the head of the index.html.