Skip to content

protoxyz/template-accelerate

Repository files navigation

Protocol Accelerate Template

This is an official Protocol starter turborepo, containing an API, a web app, and a database.

alt text

What's inside?

This turborepo uses pnpm as a package manager. It includes the following packages/apps:

Apps

Packages

  • database: a Prisma package
  • ui: a stub React component library shared by web applications
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

API

The api app is a simple ExpressJS app that uses Prisma to connect to a PostgreSQL database. It also uses TRPC and exposes a REST API.

Utilities

This turborepo has some additional tools already setup for you:

Build

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

cd pxyz-starter-basic
pnpm run build

Develop

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

cd pxyz-starter-basic
pnpm run dev

URLS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published