winstontsui / NextJsRepo

NextJs 13 application using App Router with TypeScript, following Programming with Mosh's YouTube tutorial: https://www.youtube.com/watch?v=ZVnjOPwW4ZA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJs Repo

NextJs 13 application using App Router with TypeScript, following Programming with Mosh's YouTube tutorial: https://www.youtube.com/watch?v=ZVnjOPwW4ZA

Notes:

Create next.js app: npx create-next-app@13.4

Start development server: npm run dev

Build next.js application for production: npm run build

Store this application for production: npm start

Open DevTools (Web Developer Tools): Press F12

DaisyUI is a component library for TailwindCSS. Installation Guide: https://daisyui.com/docs/install/

About Me

I'm Winston Tsui, a Computer Science student at Syracuse University, hoping to become a software engineer one day :)

Passionate about using code and technology to improve the world.

witsui@syr.edu


Learn More

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

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

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 our Next.js deployment documentation for more details.

About

NextJs 13 application using App Router with TypeScript, following Programming with Mosh's YouTube tutorial: https://www.youtube.com/watch?v=ZVnjOPwW4ZA


Languages

Language:TypeScript 85.7%Language:CSS 10.4%Language:JavaScript 3.8%