https://github.com/wetteyve/node-fullstack
A react-router application serving multiple tenants
https://github.com/wetteyve/node-fullstack
express framework fullstack react react-router
Last synced: about 2 months ago
JSON representation
A react-router application serving multiple tenants
- Host: GitHub
- URL: https://github.com/wetteyve/node-fullstack
- Owner: wetteyve
- License: mit
- Created: 2025-05-18T09:54:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-02-01T16:50:53.000Z (2 months ago)
- Last Synced: 2026-02-02T01:30:39.838Z (about 2 months ago)
- Topics: express, framework, fullstack, react, react-router
- Language: TypeScript
- Homepage:
- Size: 2.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node Fullstack Application
[TypeScript](https://www.typescriptlang.org) • [React Router 7 (SSR)](https://reactrouter.com) • [Tailwind CSS](https://tailwindcss.com) • [Zustand](https://zustand.docs.pmnd.rs)
## 🔧 Setup
- [Development Environment](dev-env-setup.md)
- [Environment Variables](environment-variables.md)
- [Project Structure](project-structure.md)
## 🏗️ Architecture
- [Routing](routing.md)
- [Middlewares](route-middleware.md)
- [SEO & Meta Tags](seo-meta-tags.md)
- [In memory cache](in-memory-caching.md)
- [Multi tenancy](multi-tenancy.md)
- [Styles](styles.md)
## 📚 Guides
- [Measure Server Timing](server-timing.md)
## 💡 Credits
This setup is heavily inspired by the [Epic Stack](https://github.com/epicweb-dev/epic-stack) 🚀