Skip to content

Prototype Kit is a simple boilerplate for front-end projects.

Notifications You must be signed in to change notification settings

kyleramirez/prototype-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototype Kit

Prototype Kit is a simple boilerplate for front-end projects. Requires node, npm, grunt, bower, ruby, compass and sass.

Step 1: Load Dependencies

npm install ##Loads grunt: compass, uglify, watch
bower install ##Loads any front-end dependancies listed in bower.json. (jQuery by default)

Step 2: Build & Watch CSS & JS Folders

## Development
grunt

## Production
grunt compass:prod

Step 3: Open index.html in a browser

About

Prototype Kit is a simple boilerplate for front-end projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published