Gabby-Recny / react-iii-ideabox

Ideabox starter repo for the FE Mod3 React III lesson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

React III Ideabox

This repo contains a starter kit for the React III lesson.

Installation Instructions

  1. Clone the repository:
git clone git@github.com:turingschool-examples/react-iii-ideabox.git
or
git clone https://github.com/turingschool-examples/react-iii-ideabox.git
  1. cd into the cloned repo
cd react-ii-ideabox
  1. Install dependencies
npm i 
  1. Run development server
npm start
  1. Follow instructions for installing the server IN A DIFFERENT DIRECTORY.

Code Sand Box Alternative

A codesandbox template of this repo can also be found here.

About

Ideabox starter repo for the FE Mod3 React III lesson


Languages

Language:JavaScript 59.5%Language:HTML 25.5%Language:CSS 15.0%