Skip to content

Yusfuu/graphql-typescript-boilerplate

Repository files navigation

graphql-typescript-boilerplate

A boilerplate project for quickly building Graphql APIs and with typescript 🚀

Installation

Install the dependencies:

yarn install

Set the environment variables:

cp .env.example .env

# open .env and modify the environment variables (if needed)

Commands

Running locally:

yarn dev

Kill locally:

yarn kill

Running in production:

yarn prod

Testing:

# run all tests
yarn test

Build:

yarn build

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT


About

GraphQL-first boilerplate that scales with TypeScript + Node Express + Apollo GraphQL (faster build with swc)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published