Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/howard86/nextjs-template
Next.js template configured with TypeScript, Chakra UI, RTK Query with Redux Toolkit, ESLint, Prettier and git hooks
https://github.com/howard86/nextjs-template
chakra-ui cypress eslint git-hooks githooks jest msw nextjs prettier react redux redux-toolkit rtk-query template typescript vercel
Last synced: about 1 month ago
JSON representation
Next.js template configured with TypeScript, Chakra UI, RTK Query with Redux Toolkit, ESLint, Prettier and git hooks
- Host: GitHub
- URL: https://github.com/howard86/nextjs-template
- Owner: Howard86
- License: mit
- Created: 2020-11-16T07:27:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T18:13:54.000Z (8 months ago)
- Last Synced: 2024-05-03T20:11:17.650Z (8 months ago)
- Topics: chakra-ui, cypress, eslint, git-hooks, githooks, jest, msw, nextjs, prettier, react, redux, redux-toolkit, rtk-query, template, typescript, vercel
- Language: TypeScript
- Homepage: https://github.com/Howard86/nextjs-template
- Size: 3.23 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js Template
This is a **highly** opinionated [Next.js](https://nextjs.org/) template bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Shipped with following developer tools:
### Production dependencies
1. [Chakra UI](https://chakra-ui.com)
2. [Emotion](https://emotion.sh)
3. [Framer Motion](https://www.framer.com/motion/)
4. [Redux Toolkit](https://redux-toolkit.js.org)
5. [RTK Query](https://redux-toolkit.js.org/rtk-query/overview)### Development dependencies
1. [TypeScript](https://www.typescriptlang.org/)
2. [Jest](https://jestjs.io)
3. [ESLint](https://eslint.org/) with [Airbnb config](https://github.com/iamturns/eslint-config-airbnb-typescript)
4. [Prettier](https://prettier.io/)
5. Pre-commit & pre-push git hooks powered by [lint-staged](https://github.com/okonet/lint-staged) and [husky](https://typicode.github.io/husky/#/)
6. [Commitlint](https://commitlint.js.org/#/)
7. [Mock Service Worker](https://mswjs.io)## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `src/pages/index.tsx`. The page auto-updates as you edit the file.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/import?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
## License
MIT