Repositorio para los deberes del curso AWS.
Frontend: Next.js / React
Make sure you have Node.js installed on your system.
-
Clone the repository.
-
In the project folder, navigate to the frontend directory.
cd frontEnd
-
Install dependencies.
npm install
-
Start the Next.js application.
npm run dev