Loading repository data…
Loading repository data…
tomanagle / repository
A production-ready NextJS & NestJS GraphQL starter pack
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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
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