Created
April 3, 2017 13:35
-
-
Save trashhalo/d6115c1fdaa8873b4659408a4b76014e to your computer and use it in GitHub Desktop.
static application development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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