Skip to content

A fullstack application setup using TypeScript. The backend uses PostgresQL, Apollo Server (GraphQL), Prisma (ORM), Pothos (GraphQL schema builder for typescript). The Frontend uses React, Apollo client, and TailwindCSS.

Notifications You must be signed in to change notification settings

manimal1/fullstack-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turborepo Fullstack App

This app is a monorepo that utilizes Turborepo.

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

TypeScript is utilized on both the frontend and backend.

Utilities

This Turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd fullstack-ts
pnpm build

Develop

To develop all apps and packages, run the following command:

cd fullstack-ts
pnpm dev

About

A fullstack application setup using TypeScript. The backend uses PostgresQL, Apollo Server (GraphQL), Prisma (ORM), Pothos (GraphQL schema builder for typescript). The Frontend uses React, Apollo client, and TailwindCSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published