sujon-co / webpack-boiler-template

It's a webpack boiler template for front-end web development and deployment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack-boiler-template

Building and running on localhost

First install dependencies:

npm install

To create a development build:

npm run start

To create a production build:

npm run build

Project Run Using Command

npm start

About

It's a webpack boiler template for front-end web development and deployment.


Languages

Language:JavaScript 61.0%Language:HTML 23.4%Language:SCSS 15.6%