Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/rocketseat-content/youtube-nextjs-design-system
- Owner: rocketseat-content
- Created: 2020-08-19T17:08:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T07:01:03.000Z (about 4 years ago)
- Last Synced: 2023-03-06T07:27:52.068Z (almost 2 years ago)
- Language: TypeScript
- Size: 208 KB
- Stars: 82
- Watchers: 3
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
## 🚀 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
```