An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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.

![Landing Page Demo](demo/demo.gif)

## 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
```