Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kahlil/dark
An opinionated, dark-themed Next.js & Chakra UI GitHub repository template.
https://github.com/kahlil/dark
chakra-ui dark-theme nextjs template typescript
Last synced: about 1 month ago
JSON representation
An opinionated, dark-themed Next.js & Chakra UI GitHub repository template.
- Host: GitHub
- URL: https://github.com/kahlil/dark
- Owner: kahlil
- License: mit
- Created: 2020-12-29T15:39:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T07:07:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T22:35:51.659Z (about 2 months ago)
- Topics: chakra-ui, dark-theme, nextjs, template, typescript
- Language: TypeScript
- Homepage: https://dark-template.vercel.app
- Size: 809 KB
- Stars: 42
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - kahlil/dark - An opinionated, dark-themed Next.js & Chakra UI GitHub repository template. (TypeScript)
README
# Dark
> An opinionated, dark-themed Next.js & Chakra UI GitHub repository template.
Hit the ground running with one `yarn install`.
## Getting Started
1. Generate a repository with this template by clicking on the "Use this template" button on the top right or on [github.com/kahlil/dark/generate](https://github.com/kahlil/dark/generate)
2. Clone your new repository
3. Run yarn install
4. Hit the ground running with Next.js, TypeScript & Chakra UI with the dark theme as the default## Documentation
The tech stack of this template includes
- [Next.js](https://nextjs.org)
- [Chakra UI](https://chakra-ui.com)
- [TypeScript](https://www.typescriptlang.org/)
- [Prettier](https://prettier.io/)
- [ESLint](https://eslint.org/)
- [pretty-quick](https://github.com/azz/pretty-quick)
- [Husky](https://typicode.github.io/husky)
- [Jest](https://jestjs.io/)
- [Testing Library](https://testing-library.com/)Minimally configured, mostly using defaults provided by the community or the creators.
Please refer to the respective docs (linked above) in order to learn about these technologies.
## Notes
I recommend you use [Volta](https://volta.sh) to manage your Node and Yarn versions.
If you use VS Code as an editor I recommend you you allow format on save through Prettier and turn off the built-in formatter.
## License
MIT