Skip to content

sendgn/webpack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Setup:

# Download repository:
git clone https://github.com/sendgn/webpack-template.git
# Go to the app:
cd webpack-template
# Install dependencies:
npm install
# Output will be at dist/ folder
npm run build
# Server with hot reload at http://localhost:8081/
npm run dev