An open API service indexing awesome lists of open source software.

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

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) 🚀