This repo contains a few starter kits for React lessons. Always be sure you're on the correct branch for each lesson!
- Clone the repository:
git clone git@github.com:turingschool-examples/react-ideabox.git
or
git clone https://github.com/turingschool-examples/react-ideabox.git
cd
into the cloned repo
cd react-ideabox
- Install dependencies
npm i
- Run development server
npm start
- If needed, follow instructions for installing the server IN A DIFFERENT DIRECTORY.
main
: Completed version of the Ideabox Tutorial used in the Ideabox review lesson.network-requests
: Used in the React: Advanced Data Management lesson.network-requests-complete
: A completed version of the above branch for students to reference AFTER the lesson.cypress-testing
: Used in the Cypress Testing lesson.cypress-testing-complete
: A completed version of the above branch for students to reference AFTER the lesson.error-handling
: Used in the FE Error Handling lesson.error-handling-complete
: A completed version of the above branch for students to reference AFTER the lesson.