nextjs-starter-kit
The Ulimate Nextjs Starter Kit. Build your next SAAS product of your dreams. Batteries included.
File Explorer
Download Latest Version (.zip)- route.ts
- route.ts
- route.ts
- route.ts
- chart-interactive.tsx
- chatbot.tsx
- mode-toggle.tsx
- navbar.tsx
- section-cards.tsx
- sidebar.tsx
- page.tsx
- manage-subscription.tsx
- page.tsx
- page.tsx
- page.tsx
- layout.tsx
- page.tsx
- pricing-table.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- footer.tsx
- hero-section.tsx
- integrations.tsx
- BetterAuth.tsx
- index.ts
- NeonPostgres.tsx
- Nextjs.tsx
- Polar.tsx
- shadcnui.tsx
- TailwindCSS.tsx
- avatar.tsx
- badge.tsx
- button.tsx
- card.tsx
- chart.tsx
- checkbox.tsx
- dialog.tsx
- dropdown-menu.tsx
- form.tsx
- input.tsx
- label.tsx
- progress.tsx
- resizable.tsx
- select.tsx
- separator.tsx
- sheet.tsx
- skeleton.tsx
- sonner.tsx
- switch.tsx
- tabs.tsx
- textarea.tsx
- toggle-group.tsx
- toggle.tsx
- tooltip.tsx
- provider.tsx
- user-profile.tsx
- 0000_snapshot.json
- _journal.json
- 0000_worried_rawhide_kid.sql
- drizzle.ts
- schema.ts
- use-mobile.ts
- auth-client.ts
- auth.ts
- subscription.ts
- upload-image.ts
- utils.ts
- add.png
- file.svg
- globe.svg
- iphone.png
- logo.png
- next.svg
- polar-sh.svg
- shadcn-ui.svg
- vercel.svg
- window.svg
- .env.example
- .gitignore
- auth-schema.ts
- components.json
- drizzle.config.ts
- eslint.config.mjs
- middleware.ts
- next.config.ts
- package-lock.json
- package.json
- postcss.config.mjs
- README.md
- tailwind.config.ts
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/michaelshimeles/nextjs-starter-kit
Downloads the entire project code from GitHub to your computer.
cd nextjs-starter-kit
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.
npm run build
Builds optimized production files.
npm start
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)
