Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 313 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 313 Bytes

Sheet Collab

Sheet music portal

Technologies

Front: React, Recoil, TypeScript, Apollo GraphQL, Chakra UI

API: Apollo GraphQL, TypeScript, TypeGraphQL, TypeORM

Local Development

  • Start both the front-end and API with the following command:
yarn dev

# or with npm
npm run dev