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.
 
 
 
Matt Huntington 0f48913a96
instructions
5 years ago
public Initialize project using Create React App 5 years ago
src better naming 5 years ago
.gitignore ignore .swp files 5 years ago
README.md instructions 5 years ago
package-lock.json install axios, make call to api to populate contacts in DOM 5 years ago
package.json install axios, make call to api to populate contacts in DOM 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 i to install all dependencies
  • Run npm start to start local environment and automatically open browser

Deploy to Heroku

  • Run heroku create -b https://github.com/mars/create-react-app-buildpack.git to create heroku app
  • Run git push heroku master to push code to heroku
  • Run heroku open to open remote app