/scaffolding-front-end

front end scaffolding for static projects

Primary LanguageMakefile

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