https://github.com/ackeecz/next-app-template
Monorepo skeleton for NextJS web apps.
https://github.com/ackeecz/next-app-template
frontend nextjs nextjs-example nextjs-template turborepo typescript
Last synced: 6 months ago
JSON representation
Monorepo skeleton for NextJS web apps.
- Host: GitHub
- URL: https://github.com/ackeecz/next-app-template
- Owner: AckeeCZ
- Created: 2022-07-21T09:08:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T09:39:48.000Z (7 months ago)
- Last Synced: 2025-04-03T13:13:47.854Z (6 months ago)
- Topics: frontend, nextjs, nextjs-example, nextjs-template, turborepo, typescript
- Language: TypeScript
- Homepage:
- Size: 1.64 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ackee Next.js app template
This is a project template for [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Install
```sh
npx create-ackee-next-app
# or for specific branch `feat/something-new`
npx create-next-app --example=https://github.com/AckeeCZ/next-app-template/tree/feat/something-new --example-path=template
```Also check [`create-ackee-next-app`](https://github.com/AckeeCZ/create-ackee-next-app)
## Guides
- [How to use Sentry](./docs/sentry.md)
- [Images with Resizin and `next-image`](./docs/resizin.md)
- [Using Sass](./docs/sass.md)
- [Authentication with Firebase and `next-auth`](./docs/next-auth.md)