Pre-requisites

  • Node 18 installed

Getting Started

First, execute npm install to install all necessary packages

Second, run the development server:

npm run dev

Testing

Just run npm run test to execute jest tests.

If you want to execute tests for a specific path or file execute the following code:

npm run test -- [PATH]