Skip to content

junedomingo/monorepo-example

Repository files navigation

Acme

A monorepo project example

Technologies

  • TypeGraphQL - Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

  • TypeScript - JavaScript that scales.

Installation

Using NPM

npm install

Using Yarn

yarn install

Commands

start: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

Releases

No releases published

Packages

No packages published