To get you started on your assignment, we've provided a simple React app. To run the app, you'll need NodeJS installed and perform the following:
npm install
npm run dev
The second command will bring up a dev server with a lightweight backend and a client-side app (which you'll update). If the client subcommand doesn't run, you can instead run npm run start:client
and npm run start:server
in separate terminals.
When ready to submit, you can run npm run zip
. This will create a folder on the same level as this one with an empty node_modules
folder. Please replace YOUR_NAME
in the filename with your name.