Command Shift

Project Setup

As we did in our last project, and we will do in any React project we work on in the future, we will use create-react-app to setup our project.

npx create-react-app tech-test
cd tech-test
npm start

Great! Now we're ready to start building our technical test! Let's do some quick clean up before we start getting stuck in.

On this page

No Headings