Skip to content

grmnlrt/webpack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-template

A Webpack template to easily deploy on GitHub Pages

Installation

Just clone this repo on your computer and remove .git directory.

cd ~/code/<your_github_nickname>
git clone [email protected]:grmnlrt/webpack-template.git YOUR_PROJECT_NAME
cd YOUR_PROJECT_NAME
rm -rf .git
yarn install
git init
hub create

Usage

Just few commands to know:

  • yarn create-gh-pages: creates your gh-pages(run this command only once to create the gh-pages)
  • yarn deploy: deploys latest changes committed on master on your gh-pages
  • yarn server: starts a server locally and allows you to access to your project on localhost:8080

Bootstrap

You can find this template with Bootstrap 4 here.

About

Webpack template to easily deploy on GitHub Pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published