public | ||
src | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
Frontend assignment 🧑💻
Prerequisites 📦
To complete this assignment on your machine you need the following installed:
- Git
- NodeJS
- A code editor
- A web browser
Get started 🚀
- Fork this repository and clone it to your local machine
- Run
yarn install
to install dependencies - Run
yarn start
to run the React Development server - Open the application in you browser
localhost:3000
and follow the instructions - Profit?!