Skip to content

Enalmada/tanstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A production starter template for TanStack Start.

Core Technologies

Frontend

Backend & Data

Testing & Quality

Tools

Getting Started

  1. Use this template or clone this repository.

  2. Install dependencies:

    bun install
  3. Create a .env file based on .env.example.

  4. Run the development server:

    bun dev

    The development server should be now running at http://localhost:3000.

  5. Check out the real-time streaming demo at http://localhost:3000/debug/streaming-sse to see Server-Sent Events in action.

Building for production

  1. Configure vite.config.ts for your preferred deployment target. Read the hosting docs for more information.

  2. Build the application:

    bun run build
  3. If building for Node, you start the application via:

    bun start

Production Readiness Checklist

The following items are still needed for full production readiness:

  • SEO configuration
  • Bundle Analyzer (couldn't get it to work)

Recently Completed

  • Nonce implementation - DONE! Now using native TanStack Start nonce support with strict CSP (see src/start.ts and src/router.tsx)

Future Considerations

Contributing

Please note that this is an opinionated test project used for minimum reproduction of issues and integration testing for a production site using the core technologies. Not all requests and PRs will be accepted.

See Also

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •