Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rocketseat-content/youtube-nextjs-design-system

Código produzido para o vídeo "Aplicações React do futuro? UI declarativas, design system e frameworks"
https://github.com/rocketseat-content/youtube-nextjs-design-system

Last synced: about 2 months ago
JSON representation

Código produzido para o vídeo "Aplicações React do futuro? UI declarativas, design system e frameworks"

Awesome Lists containing this project

README

        




NextJS-ChakraUI


Next.js, declarative UI and design systems applied to ReactJS. Access the tutorial here


---


GitHub Contributors
Github License


Rocketseat

## 🚀 Getting started

To clone and run the application, you will need to have [Git](https://git-scm.com), [Node.js](https://nodejs.org) + [Yarn](https://yarnpkg.com) installed on your machine. With all programs installed, run the following command lines:

```bash
# Clone this repository
$ git clone https://github.com/rocketseat-content/youtube-nextjs-design-system

# Access the repository
$ cd youtube-nextjs-design-system

# Install the dependencies
$ yarn install

# Run application
$ yarn dev
```