Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikolovlazar/egghead-getting-started-with-chakra-ui
This is the project that's part of the egghead.io course Getting Started with Chakra UI.
https://github.com/nikolovlazar/egghead-getting-started-with-chakra-ui
chakra-ui nextjs react
Last synced: 11 days ago
JSON representation
This is the project that's part of the egghead.io course Getting Started with Chakra UI.
- Host: GitHub
- URL: https://github.com/nikolovlazar/egghead-getting-started-with-chakra-ui
- Owner: nikolovlazar
- Created: 2021-08-05T19:20:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T07:34:37.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T03:54:27.382Z (24 days ago)
- Topics: chakra-ui, nextjs, react
- Language: TypeScript
- Homepage: https://egghead.io/courses/build-a-modern-user-interface-with-chakra-ui-fac68106
- Size: 201 KB
- Stars: 88
- Watchers: 3
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Egghead.io: Getting Started with Chakra UI
This is the project that's part of the [egghead.io](https://egghead.io/courses/build-a-modern-user-interface-with-chakra-ui-fac68106) course Getting Started with Chakra UI.
## Usage
It's a simple [Next JS](https://nextjs.org/) project, so just do:
```shell
yarn install
yarn dev
```