Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 618 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 618 Bytes

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