Boilerplate project for React code exercise.
In preparation for your interview, please ensure that you are able to clone this git repository and run the commands below. This will not be the same repository that we will use for your interview, but we want to make sure that your machine is able to run the application.
If you cannot run the commands, please alert us ahead of time, so that you may reschedule or find a different computer that works.
Check if Node.js is installed by running the following command:
node --versionIf you receive an error such as 'node' is not recognized, then install Node.js.
- Install nvm (Node Version Manager)
- Run:
nvm use 16
npm installnpm startIn a web browser, navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.