You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
discord.js - Uses Discord.js-commando to setup a basic bot with one command. Put the required info in .env and it should work with the start script.
express - Backend prebult with sessions using express-session and redis to store. Includes one basic route with an easy json response. Fill in variables in .env and start it up.
type-graphql - Backend using express but with apollo server applied to the /graphql route on host. Includes one entity and object type for a user. Fill in redis inside .env and start it up.
nextjs - Default nextjs app with typescript included and just has one index page that returns <div>hi</div>
Other - Just has one file and typescript and ts-node-dev to run your code. This is adaptable and can be used for anything.