tomanagle/NextJS-NestJS-GraphQL-Starter
A production-ready NextJS & NestJS GraphQL starter pack
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 && yarn
Update the .env files in the client & server
No download data available
No tracked packages depend on this.
cp client/.env.example .env
cp server/.env.example .env
Start the server & client
cd server && yarn dev
cd client && yarn dev
The 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.
Sign up to DigitalOcean I 💖 DigitalOcean