Skip to content

Latest commit

 

History

History

00-begin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Step 0 - Begin Minishop

🏅 The goal of this step is to ensure you have your development environment properly set up.

📝 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 - Props.