Skip to content

zcassini/webpack-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-starter-template

A starting static site template with webpack, babel, postcss, stylus, pug and lostgrid.

Fork the project
Clone the repo to a new directory

git clone xxxxx PROJECTNAME

Create a repo on Github using PROJECTNAME
Set new origin and push to github
cd PROJECTNAME
git remote remove origin
hub create
git push -u origin master
Install node packages

yarn install

Build project

webpack

Start server --defaults to port 8080

yarn start

Build the site

yarn build

Deploy to Github

yarn deploy

About

A starting static site template with webpack, babel, postcss, stylus, pug and lostgrid.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published