Skip to content

Instantly share code, notes, and snippets.

@trashhalo
Created April 3, 2017 13:35
Show Gist options
  • Save trashhalo/d6115c1fdaa8873b4659408a4b76014e to your computer and use it in GitHub Desktop.
Save trashhalo/d6115c1fdaa8873b4659408a4b76014e to your computer and use it in GitHub Desktop.
static application development
# Static App Development
## Get the repos
* clone https://github.com/PotomacInnovation/compass-ae
* clone https://github.com/PotomacInnovation/compass-frontend
## Start the server
in compass-ae
* yarn
* yarn start-debug
## Start the client
in compass-frontend
* yarn
* yarn debug
## Navigate to Compass Frontend
Go to http://localhost:3002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment