/Write-Down-Online

passei a mao msm

Primary LanguageTypeScript

Luk4h's Fullstack turborepo template

Code Style: Google

This is an unofficial starter Turborepo with a template backend using Express and frontend with Vite all working in harmony sharing Google's opionated eslint, prettier and tsconfig configurations.

What's inside?

This Turborepo includes the following packages and apps:

Apps and Packages

  • api: an Express server
  • web: a Vite app
  • eslint-config: ESLint configurations
  • tsconfig: tsconfig.json's used throughout the monorepo

Each package and app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Using this example

Run the following command:

gh repo clone luk4h/fullstack-turbo-template
cd fullstack-turbo-template
pnpm install
git init . && git add . && git commit -m "Init"