Skip to content

fguth/scaffolding-front-end

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 41.3%
  • Makefile 30.0%
  • HTML 20.8%
  • JavaScript 7.9%