- Clone the repo and make it yours:
git clone https://github.com/shekhar-raval/nest-graphql graphql-api
cd graphql-api
rm -rf .git- Install dependencies:
npm install- Set environment variables:
cp .env.example .envnpm run devnpm run start:prod# lint code with ESLint
npm run linthttps://localhost:8000/graphql