Skip to content

trybick/sheetcollab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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