Skip to content

turingschool-examples/rancid-tomatillos-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published