Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 780 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 780 Bytes

Intro to building apps with React

Peers Conference 2018

This project was bootstrapped with Create React App. It's an amazing tool to get going quickly with React applications, and you should check it out!

Installation

Clone this repository with git@github.com:tightenco/intro-to-react.git

cd intro-to-react

Run npm install or yarn, depending on which you use

To run the app in development mode locally, run npm start or yarn start

You can access via localhost:3000 in your browser!

To update the current lesson, go to src/index.js and change line 5

Extra credit: Install React Developer Tools if you're using Chrome