multi-tenant-starter-template
A minimalistic multi-tenant Next.js starter template
File Explorer
Download Latest Version (.zip)- layout.tsx
- page.tsx
- graph.tsx
- page.tsx
- recent-sales.tsx
- page.tsx
- layout.tsx
- page-client.tsx
- page.tsx
- page.tsx
- layout.tsx
- favicon.ico
- globals.css
- layout.tsx
- loading.tsx
- provider.tsx
- account-settings.png
- dashboard-overview.png
- landing-page.png
- team-switcher.png
- thumbnail.png
- avatar.tsx
- breadcrumb.tsx
- button.tsx
- card.tsx
- chart.tsx
- input.tsx
- label.tsx
- separator.tsx
- sheet.tsx
- skeleton.tsx
- color-mode-switcher.tsx
- features.tsx
- footer.tsx
- handler-header.tsx
- hero.tsx
- landing-page-header.tsx
- logo.tsx
- pricing.tsx
- sidebar-layout.tsx
- utils.ts
- .env.local.example
- .eslintrc.json
- .gitignore
- components.json
- LICENSE
- next.config.mjs
- package-lock.json
- package.json
- postcss.config.mjs
- README.md
- stack.tsx
- tailwind.config.ts
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/hexclave/multi-tenant-starter-template
Downloads the entire project code from GitHub to your computer.
cd multi-tenant-starter-template
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
