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

https://github.com/gabsn/next-starter

An opinionated starter project for Next.js : Typescript, MDX, ESlint & Prettier 🔥
https://github.com/gabsn/next-starter

mdx nextjs starter-project typescript

Last synced: 3 months ago
JSON representation

An opinionated starter project for Next.js : Typescript, MDX, ESlint & Prettier 🔥

Awesome Lists containing this project

README

        

An opinionated starter project for Next.js that includes all you need to build amazing projects 🔥

- 📏 **ESLint** — Pluggable JavaScript linter
- 💖 **Prettier** - Opinionated Code Formatter
- 🐶 **Husky** — Use git hooks with ease
- 📄 **Commitizen** - Conventional commit messages CLI
- 🚓 **Commitlint** - Lint commit messages
- 🖌 **Renovate** - Dependency update tool
- 🚫 **lint-staged** - Run linters against staged git files
- 🗂 **Absolute import** - Import folders and files using the `@` prefix

This project is based on [João Pedro Schmitz's Next.js starter project](https://github.com/jpedroschmitz/typescript-nextjs-starter).

## 🚀 Getting started

The best way to start with this template is using `create-next-app`.

```
npx create-next-app -e https://github.com/gabsn/next-starter
```

## 🛠 Dev

```
yarn && yarn dev
```

## 📝 License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for more information.

---

Made with ♥ by Gabin Marignier, based on the amazing work of [João Pedro Schmitz](https://www.joaopedro.cc/).