You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 years ago | |
|---|---|---|
| public | 5 years ago | |
| src | 5 years ago | |
| .gitignore | 5 years ago | |
| README.md | 5 years ago | |
| package-lock.json | 5 years ago | |
| package.json | 5 years ago | |
README.md
todo: instructions, test clone/deploy
Deployment Instructions
Local Installation
- Fork this repo and then clone it to your local computer
- Run
npm ito install all dependencies - Run
npm startto start local environment and automatically open browser
Deploy to Heroku
- Run
heroku create -b https://github.com/mars/create-react-app-buildpack.gitto create heroku app - Run
git push heroku masterto push code to heroku - Run
heroku opento open remote app