Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (25 loc) · 1.42 KB

File metadata and controls

43 lines (25 loc) · 1.42 KB

Hack the Hill Web Development Workshop demo

This is a demo of a simple full stack web application that uses React and Next.js to display a simple dashboard with statistics from YouTube and Twitch.

Getting Started

First, install the dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

To learn more about React, take a look at the following resources:

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out the Next.js deployment documentation for more details.

License

This project is licensed under the MIT License. See the LICENSE file for details.