Skip to content

dataloudlabs/cookiecutter-frontend-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

frontend-sandbox

Cookiecutter template for frontend webdev sandbox.

Creates a boiler plate project based on start-bootstrap.

Use template
cookiecutter https://github.com/dataloudlabs/cookiecutter-frontend-sandbox.git
Start developing
# cd into the projects directory...
npm install ; bower install; gulp copy ; gulp dev

package.json also creates start and test scripts for further development