https://github.com/code-hike/v1-starter
https://github.com/code-hike/v1-starter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-hike/v1-starter
- Owner: code-hike
- License: mit
- Created: 2024-01-29T10:20:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T19:46:35.000Z (11 months ago)
- Last Synced: 2025-07-08T15:27:32.332Z (6 months ago)
- Language: TypeScript
- Homepage: https://v1.codehike.org/docs
- Size: 190 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
Use this starter if you want to give Code Hike v1.0 a try:
```bash
npx create-next-app -e https://github.com/code-hike/v1-starter
```
Or you can also try it on:
- [StackBlitz](https://stackblitz.com/github/code-hike/v1-starter?file=app%2Fpage.mdx)
- [CodeSandbox](https://codesandbox.io/s/github/code-hike/v1-starter?file=app%2Fpage.mdx)
It includes:
- Next.js 15 with app router
- Tailwind CSS + @tailwindcss/typography
- TypeScript
- MDX
- Code Hike v1.0
For more information, check out the [Code Hike docs](https://codehike.org/docs).