JHU-DataViz-Summer16 / final-project-template

A starting point for final projects
0 stars 0 forks source link

Final Project Template

Getting started

When setting up the project for the first time, you'll need to:

Publishing to Github Pages

We need to have a gh-pages branch on GitHub. GitHub will automatically make whatever commits are on that branch accessible at [yourusername].github.io/[yourreponame].

In order to create that branch for the first time:

Every subsequent time you want to publish new changes (after committing them!), these steps become:

Running a local server

If you haven't yet installed reload globally, run `npm install -g reload'.

After that, any time you want to work on your project, run reload -b from the project directory, perhaps in a second tab so you can continue to use git. (If it doesn't work, it could be a port conflict, so you might try specifying a different port like this: reload -b -p 4567.)