Skip to content

UserLoveWolf/starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Kit

Build Status

Starter kit for web dev using Gulp, Babel and MDL

To get started

Download / Clone

$ git clone https://github.com/UserLoveWolf/starter-kit.git

Install gulp globlally

$ npm install gulp -g

Run

$ npm install
$ gulp dev

Go to localhost:8123

(Browsersync is used, so do not worry about reloading the page every time you save)

Develop your web in the folder "src"

Every time you save your files they are in the build folder but not minified, so your files are minified when run

$ gulp build