/curso-nextjs

Repository containing exercices from the React+Next.js Udemy course

Primary LanguageTypeScript

React + Nexs.js

This repository contains the code made for the Udemy course React + Next.js, with a lot of examples and small projects implemented to exercise and learn the React library and the Next.js Framework

To run the code in any of the examples here, simply clone the project and run:

npm run dev

or

yarn run dev