Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Unit Tests

To run unit tests you can run:

npm run test

To see more information about unit tests on this application visit Vitest Documentation.

End to End (E2E) Tests

To run end to end tests you can run:

npm run build

npm run start

Then on new tab:

npm run test:e2e

To see more information about end to end tests on this application visit Vitest Documentation.

Tech

To do

  • Setup CSP Headers;
  • BFF for jobs API;
  • Cache jobs API;
  • Layout for page;
  • Setup Error pages;
  • Setup 404 page;
  • Setup sentry;
  • Setup G. A.;
  • Tests everywhere!