NextJS NestJS GraphQL Starter
1.0.0
A NextJS frontend and NestJS backend GraphQL starter pack that includes GitHub & Reddit authentication.
If there is a feature missing that is used in most production-grade applications, please make an issue so we can discuss adding it in.
Install the required packages
cd client && yarn
cd server && yarnUpdate the .env files in the client & server
cp client/.env.example .env
cp server/.env.example .envStart the server & client
cd server && yarn dev
cd client && yarn devThe client requires that the server is started so it can read the schema to run codegen. To remove that functionality, remove the predev hook in
client/package.json
The easiest way to deploy is:
chmod +x ./build.shnginx.conf into /var/etc/nginx/sites-available/defaultPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Buy me a Coffee
Sign up to DigitalOcean I ? DigitalOcean
Subscribe on YouTube
MIT