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 🔥
- Host: GitHub
- URL: https://github.com/gabsn/next-starter
- Owner: gabsn
- License: mit
- Created: 2020-10-04T09:42:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T07:12:31.000Z (over 4 years ago)
- Last Synced: 2025-03-18T04:09:18.387Z (3 months ago)
- Topics: mdx, nextjs, starter-project, typescript
- Language: TypeScript
- Homepage: https://next-starter-gabsn.vercel.app
- Size: 637 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 `@` prefixThis 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/).