Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fiqryq/next-boilerplate
- Owner: fiqryq
- Created: 2022-04-18T10:43:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T02:18:13.000Z (3 months ago)
- Last Synced: 2024-10-19T04:34:25.634Z (3 months ago)
- Topics: next, nextjs, react, reactjs, tailwind, tailwindcss, typescript
- Language: TypeScript
- Homepage: http://nextboilerplate.fiqry.dev/
- Size: 557 KB
- Stars: 21
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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