Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fiqryq/next-boilerplate

simple nextjs boilerplate with tailwindcss + typescript ⚡️ for fast development.
https://github.com/fiqryq/next-boilerplate

next nextjs react reactjs tailwind tailwindcss typescript

Last synced: 3 months ago
JSON representation

simple nextjs boilerplate with tailwindcss + typescript ⚡️ for fast development.

Awesome Lists containing this project

README

        

![untitled](https://user-images.githubusercontent.com/25787603/203488615-7b381491-7966-4dbc-abfe-31334130eda3.png)

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Ffiqryq%2Fnext-boilerplate)

### Getting Started

create new project :

```
npx create-next-app --example https://github.com/fiqryq/next-boilerplate
```

or use this template and clone then run :

```bash
# install dependency
yarn install
# run local server development
yarn run dev
```

### Features

- absolute path import.
- integrate with [Tailwind CSS](https://tailwindcss.com/).
- integrate with all tailwind plugins.
- precommit using husky.
- commitlint.
- lint-staged.
- prettier.
- theme selector.
- auto generate sitemap.
- auto update dependencies using [Renovate](https://github.com/renovatebot/renovate).
- analyzes each PR's impact on your next.js app's bundle size and displays it using a commen using [nextjs bundle analysis](https://github.com/hashicorp/nextjs-bundle-analysis).

### 🤝 Contributing

1. find [issue](https://github.com/fiqryq/next-boilerplate/issues)
1. fork this repository
1. create your branch: `git checkout -b new-feature`
1. commit your changes: `git commit -m 'feat: add some feature (#issue_number)'`
1. push to the branch: `git push origin new-feature`.

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

---

Made with ♥ by Fiqry choerudin