Boilerplate app with common type api definitions, a furystack-based backend service and a Shades-based single page application.
- Clone the repository
- Install the dependencies with
yarn
- Start the frontend and the backend service with
yarn start
(you can stop / start them individually, check the NPM scripts for further details)
- You can execute the example Vitest tests with
yarn test:unit
- You can execute E2E tests with
yarn test:e2e