Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.57 KB

README.md

File metadata and controls

33 lines (30 loc) · 1.57 KB

React Ideabox

This repo contains a few starter kits for React lessons. Always be sure you're on the correct branch for each lesson!

Installation Instructions

  1. Clone the repository:
git clone [email protected]:turingschool-examples/react-ideabox.git
or
git clone https://github.com/turingschool-examples/react-ideabox.git
  1. cd into the cloned repo
cd react-ideabox
  1. Install dependencies
npm i 
  1. Run development server
npm start
  1. If needed, follow instructions for installing the server IN A DIFFERENT DIRECTORY.

Active Branches