- Fork this repo
- 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
cd
into the directory- Install necessary dependencies with
npm install
- Run your React app with
npm start
- Go to
http://localhost:3000/
and you should see a page with some starter elements - Enter
control + c
in your terminal to stop running the React app at any time - To run Cypress tests, use
npx cypress open