samhwang / fullstack-netlify-template

Opinionated TypeScript + React template for a full stack site, using vite-starter-template and trpc-netlify-functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fullstack Netlify Template

Using this template

There are 3 ways that you can adopt this template.

  • Click the Use this template button on this repo, or click on this link.
  • Clone this repo, delete the .git folder and re-init the Git tree.
  • Use degit: npx degit samhwang/fullstack-netlify-template project-name

Batteries included

Quickstart

cp .env.sample .env
docker compose up -d db
npm install
pnpm run dev

About

Opinionated TypeScript + React template for a full stack site, using vite-starter-template and trpc-netlify-functions

License:MIT License


Languages

Language:JavaScript 51.4%Language:TypeScript 44.8%Language:HTML 2.5%Language:Shell 1.3%