Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 595 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 595 Bytes

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