Welcome to the EVAA Front-End Test Assignment GitHub repository! This repository contains the front-end code for a quick start in implementing the test task, with pre-existing styles included.
Before running the frontend, make sure to have the following installed:
- Node.js
- Yarn package manager 1.*
To run the frontend, follow these steps:
- Clone this repository
git clone https://github.com/rashdeva/evaa-frontend-task
; - Install dependencies by running
yarn
; - Create
.env
file using .env.example - Run the app by running
yarn dev
.
The app should now be up and running at http://localhost:5173/.
Frontend is written using mainly React
, TS
+ other libraries.
VS Code - https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
VIM - https://prettier.io/docs/en/vim
Webstorm - Built-in