Skip to content

A template repository for quick webpack config setup

Notifications You must be signed in to change notification settings

arshjameel/js-webpack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-webpack-template

A template repository for quick webpack config setup

Setup Instructions

Clone and cd into the template repo, then install all dependencies:

git clone git@github.com:arshjameel/js-webpack-template.git
cd js-webpack-template
npm install

Start development server:

npm run dev

Access the dev environment at: http://localhost:8080

Deployment Instructions

Push changes to remote repository's main branch:

git add .
git commit -m "Your changes"
git push origin main

Create a separate branch to deploy built files (first time only):

git branch gh-pages

Deploy changes:

npm run deploy

About

A template repository for quick webpack config setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published