Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 486 Bytes

File metadata and controls

14 lines (9 loc) · 486 Bytes

boilerplate

Boilerplate app with common type api definitions, a furystack-based backend service and a Shades-based single page application.

Usage

  1. Clone the repository
  2. Install the dependencies with yarn
  3. Start the frontend and the backend service with yarn start (you can stop / start them individually, check the NPM scripts for further details)

Testing

  • You can execute the example Vitest tests with yarn test
  • You can execute E2E tests with yarn test:e2e