Skip to content

3 Create files and run it locally

No due date 0% complete

On your computer, create the files needed for your React application. Run your application locally to see what it looks like in the browser.

Hint:

You can use create-react-app to start your React application. If you want to set up Redux automatically, you can use the Redux flag.

On your computer, create the files needed for your React application. Run your application locally to see what it looks like in the browser.

Hint:

You can use create-react-app to start your React application. If you want to set up Redux automatically, you can use the Redux flag.

Loading