Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 727 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 727 Bytes

Rancid Tomatillos - Starter Repo

Set Up

  1. Fork this repo
  2. Clone and rename this repo: git clone [remote-address] [new-name]
    For example: git clone git@github.com:turingschool-examples/rancid-tomatillos-starter.git rancid-tomatillos
  3. cd into the directory
  4. Install necessary dependencies with npm install
  5. Run your React app with npm start
  6. Go to http://localhost:3000/ and you should see a page with some starter elements
  7. Enter control + c in your terminal to stop running the React app at any time
  8. To run Cypress tests, use npx cypress open