evandroeisinger / scaffolding-front-end

front end scaffolding for static projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

front end scaffolding

starting a new static project? save time using this marvelous scaffolding!

after cloning this repository, run make install to grab all dependencies.

then run the following commands, each in a seperate terminal:

# watch over file changes
make watch
# start a web server
make run

# you may pass a different port than the 3000 default
make run PORT=8080

About

front end scaffolding for static projects


Languages

Language:Makefile 49.3%Language:HTML 20.0%Language:CSS 17.7%Language:JavaScript 13.0%