A monorepo project example
-
TypeGraphQL - Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
-
TypeScript - JavaScript that scales.
Using NPM
npm installUsing Yarn
yarn installstart:api - Start the Graphql api. Make sure to run build:watch in a separate terminal
clean:node_modules - Remove every node_modules
clean:tsbuildinfo - Remove every .tsbuildinfo
clean - Remove every node_modules and .tsbuildinfo
build - Build packages
build:watch - Build and watch changes
build:clean - Remove dist forders and rebuild
release - Create new release tag