Skip to content

Latest commit

 

History

History

00-begin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Step 0 - Begin React Workshop

🏅 The goal of this step is to ensure you have everything set up with a running (but blank) app. We will be working in a step-by-step fashion to build a Giphy search app.

📝 Tasks

Complete the setup instructions! It's your last chance! 🏃🏾‍♂️

If you ran the setup before today, pull any changes to the repo and re-run the setup to ensure that you have the most up-to-date code examples:

git pull --rebase=false
npm run setup

This should run pretty quickly.

Finally, run the app if you haven't already!

npm start

Let's get started! 🎉

👉🏾 Next Step

Go to Step 1 - JSX.