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

https://github.com/disin8/nextjs-template

Minimal template / boilerplate / starter for Next.js ⚡️ Stack: Next.js + TypeScript + ESLint + Prettier + Husky + Lint-Staged + Commitlint + Tailwind
https://github.com/disin8/nextjs-template

boilerplate javascript next-js nextjs nextjs-starter nextjs-template react react-boilerplate reactjs starter starter-template tailwindcss template typesc

Last synced: 5 months ago
JSON representation

Minimal template / boilerplate / starter for Next.js ⚡️ Stack: Next.js + TypeScript + ESLint + Prettier + Husky + Lint-Staged + Commitlint + Tailwind

Awesome Lists containing this project

README

          

# nextjs-template

A minimal Next.js TypeScript template.

- ⚡ **Next.js** — The React Framework
- 📏 **ESLint** — Pluggable JavaScript linter
- 🔥 **Typescript** - Type checking [TypeScript](https://www.typescriptlang.org)
- 💎 **Tailwind CSS** - Integrate with [Tailwind CSS](https://tailwindcss.com)
- 💖 **Prettier** — Opinionated Code Formatter
- 🐶 **Husky** — Use git hooks with ease
- 🚓 **Commitlint** — Lint commit messages
- 🚫 **lint-staged** — Run linters against staged git files
- 🗂 **Absolute import** — Import folders and files using the `@` prefix

## 🚀 Getting started

Run the following commands inside the project folder:

1. `npm install`
2. `npm run dev`

To view the project open `http://localhost:3000`

## 🤝 Contributing

1. Fork this repository
2. Create your branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`

**After your pull request is merged**, you can safely delete your branch.

## 📝 License

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