https://github.com/hqasmei/chakra-ui-and-nextjs-landing-page
A template for creating a Next.js and Chakra UI landing page.
https://github.com/hqasmei/chakra-ui-and-nextjs-landing-page
Last synced: 3 days ago
JSON representation
A template for creating a Next.js and Chakra UI landing page.
- Host: GitHub
- URL: https://github.com/hqasmei/chakra-ui-and-nextjs-landing-page
- Owner: hqasmei
- License: mit
- Created: 2023-01-20T03:11:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T22:21:13.000Z (about 2 years ago)
- Last Synced: 2025-03-25T21:45:10.109Z (20 days ago)
- Language: TypeScript
- Homepage: https://chakra-ui-and-nextjs-landing-page.vercel.app
- Size: 62.3 MB
- Stars: 36
- Watchers: 1
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hqasmei/chakra-ui-and-nextjs-landing-page - A template for creating a Next.js and Chakra UI landing page. (TypeScript)
README
# [Chakra UI and Next.js Landing Page](https://chakra-ui-and-nextjs-landing-page.vercel.app/)
This is a template for creating a landing page with Chakra UI and Next.js.

## How it works
Fork or download the repo and change whatever you need to change for your needs.
## Running Locally
Can run the application in VS Code or a terminal and it will be available at `http://localhost:3000`.
```bash
npm install
npm run dev
```