Skip to content

CDSMOpen/brunch-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brunch-skeleton

Bare bone skeleton brunch projects

setup

First pull down the skeleton by executing

git clone git@github.com:CDSMOpen/brunch-skeleton.git my-new-project

Then delete the .git hidden folder in /my-new-project. Update the name attributes in package.json and bower.json.

Run

git init
git checkout develop

Now simply stage and commit this repository as your initial version. If using a remote repository now is a good time to push it there.

Ensure you have NodeJS (nodejs.org) and bower installed globally (npm install bower -g).

Run

npm install
npm start

About

Bare bone skeleton brunch projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published