Batik13 / Webpack-Template

Webpack template for front-end development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack Template

Webpack template for front-end development

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

Download the template and run the command:

npm install

Modes of operation

After downloading the template, go to the webpack.config.js file and select the desired publicPath. Next, run the command:

for development

npm run dev

or for production

npm run build

About

Webpack template for front-end development


Languages

Language:CSS 53.7%Language:HTML 33.4%Language:JavaScript 12.9%