Next.js, declarative UI and design systems applied to ReactJS. Access the tutorial here
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