Skip to content

Sam-Hoult/saas-kit-testing

 
 

Repository files navigation

saas-kit

Watch the video

A monorepo SaaS application with user-facing frontend and data service backend.

Setup

pnpm run setup

This installs all dependencies and builds required packages.

Development

User Application

pnpm run dev:user-application

Data Service

pnpm run dev:data-service

Deployment

User Application (Cloudflare)

pnpm run deploy:user-application

Data Service

pnpm run deploy:data-service

Working with Individual Apps

You can also navigate into any sub-application directory and work with it independently in your IDE:

cd packages/user-application
# Open in your preferred IDE

About

Testing tanstack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.9%
  • CSS 3.1%