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

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.

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)