Then in the project directory, you can run:
OR if you use yarn instead of npm:
To run the application run:
OR
To run the app in the development mode. Open http://localhost:3000 to view it in the browser.
❗ Running npm start
reveals that this website is unfinished 😐
👉 Explore the codebase, particularly the components
folder and App.tsx
.
👉 There are a number of comments which help explain some of the React syntax.
👉 Your goal is to implement all of the User Requirements found in user_requirements.md
.