How to Serve:

You can just launch the Frontend by using this url https://aia-test-fe.now.sh/

  1. clone this repo
  2. install dependencies by running yarn
  3. start the server by running yarn start
  4. create .env file and add PORT=3001 so that it has different port with the backend (which use port 3000)
  5. open http://localhost:3001