Skip to content
/ webpack-starter-kit Public template

Starter Kit for starting TypeScript project with babel and webpack

License

Notifications You must be signed in to change notification settings

FaraMtb/webpack-starter-kit

Repository files navigation

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.

About

Starter Kit for starting TypeScript project with babel and webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published