/youtube-nextjs-design-system

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

Primary LanguageTypeScript


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, Node.js + Yarn installed on your machine. With all programs installed, run the following command lines:

# 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