Skip to content

OwtmPatrick/webpack-starter

Repository files navigation

Webpack starter kit

A simple Starter Kit with babel and support using .less files

Start

  1. Clone repo
  2. Install packages
npm install
  1. Start dev server
npm run start

Build

Run following command to build your source:

npm run build

And go to dist folder

Static code analyze

You can run eslint for static code analyzing:

JavaScript

npm run lint

also you can use --fix flag for autofixing if it is possible:

npm run lint:fix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published