er-00-00-03~Running the Epic React Workshop App

InstructorKent C. Dodds

Share this video with your friends

Send Tweet

When your project is set up, you are ready to run it!

Run:

npm run start

# OR

npm start

This starts a development server on port 3000 and will open a browser page for you. If you already have a server running on port 3000, react scripts will ask if you want to run on a different port. It's highly recommended that you run this application on port 3000 as there are links that you can click that rely on that port.

I'll take you through a tour of the app. What each exercise page will look like and how to navigate between exercises.

Additionally, I recommend that you use the isolated page of the exercise so the dev tools available will be much more useful in the information that they show