frontend-assignment/README.md
2023-06-25 20:41:06 +02:00

18 lines
482 B
Markdown

# Frontend assignment :technologist:
## Prerequisites :package:
To complete this assignment on your machine you need the following installed:
- Git
- NodeJS
- A code editor
- A web browser
## Get started :rocket:
1. Fork this repository and clone it to your local machine
2. Run `yarn install` to install dependencies
3. Run `yarn start` to run the React Development server
4. Open the application in you browser `localhost:3000` and follow the instructions
5. Profit?!