Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gadingnst/fullstack-next-template
Fullstack TypeScript Next.js Boilerplate with modular architecture with full customization.
https://github.com/gadingnst/fullstack-next-template
boilerplate boilerplate-template fullstack fullstack-javascript mongodb next next-js nextjs nextjs-boilerplate nextjs-starter nextjs-tailwind nextjs-template nextjs-typescript-boilerplate react serverless tailwindcss turborepo turborepo-example typescript
Last synced: 22 days ago
JSON representation
Fullstack TypeScript Next.js Boilerplate with modular architecture with full customization.
- Host: GitHub
- URL: https://github.com/gadingnst/fullstack-next-template
- Owner: gadingnst
- License: mit
- Created: 2021-10-09T16:01:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T07:12:23.000Z (about 1 month ago)
- Last Synced: 2024-09-29T14:40:58.742Z (about 1 month ago)
- Topics: boilerplate, boilerplate-template, fullstack, fullstack-javascript, mongodb, next, next-js, nextjs, nextjs-boilerplate, nextjs-starter, nextjs-tailwind, nextjs-template, nextjs-typescript-boilerplate, react, serverless, tailwindcss, turborepo, turborepo-example, typescript
- Language: TypeScript
- Homepage: https://fullstack-next-demo.gading.dev
- Size: 1.83 MB
- Stars: 138
- Watchers: 5
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Features
This `starter-template` is packed with:- 🎉 Next.js 13 (with [App Directory](https://nextjs.org/docs/app)).
- ⚛️ React 18.
- ✨ TypeScript.
- 💨 Tailwind CSS 3 - Pre-setup with PostCSS Nesting and Import.
- 👀 SVGR - Pre-Configured import SVG directly transform to React Component with type definitions
- 📈 Path Alias - Import your module in `src` using `@/` prefix, and in `public` using `#/`.
- 📏 ESLint - Find and fix problems in your code.
- 🐶 Husky - Run scripts on your staged files before they are committed.
- 🧩 Pre-built ***components*** to handle dynamic Lazyload, Image and SVG in `packages/components/base`.
- ⚡️ Pre-setup ***backend things*** in `packages/server/` folders.
- 🪄 Pre-built ***utilities*** to handle common things in backend and frontend.
- 🔥 Minimal dependencies & full of customization - Of course this template can be fully customize. You can delete that you don't need or change the DB from ***MongoDB*** to your ***very DB***.
- 📦 Monorepo with [Turborepo](https://turbo.build/repo) - If you want to setup this template in Monorepo project, you can visit [fullstack-next-template-turbo](https://github.com/gadingnst/fullstack-next-template-turbo)## Getting Started
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
`API routes` with [Route handlers](https://nextjs.org/docs/app/building-your-application/routing/router-handlers) can be accessed on [http://localhost:3000/api/jokes](http://localhost:3000/api/jokes). This endpoint can be edited in `app/api/jokes/route.ts`.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Recomendation for better development
- [Install Tailwind CSS intellisense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)
- [Enable CSS module auto-completion](https://github.com/mrmckeb/typescript-plugin-css-modules#visual-studio-code)## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.