Webpack template for front-end development
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.
Download the template and run the command:
npm install
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