Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 497 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 497 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 Jest tests with yarn test:unit
  • You can execute Cypress E2E tests with yarn test:e2e