There's never been a better time to be an app developer, so let's make a cool app with Next.js!
This is the first in a series, and YOU can drive the direction we're going π€ With apps, there's endless possibilities: Animations, accounts, payments, chatbots, tracking, content management, automated testing... there's tons to learn π©βππ§βππ¨βπ
So, do let me know what you'd like me to cover next, in the comments!
Today we're diving deeper into how to do the initial setup of a Next.js app!
Live site: https://an-app-with-next.vercel.app/
The code we've ended up with: https://github.com/jmagrippis/an-app-with-next
Highlighted software:
Next.js: https://nextjs.org/
Typescript: https://www.typescriptlang.org/
Volta: https://volta.sh/
VS Code: https://code.visualstudio.com/
No affiliations whatsoever: if I show something, you know you're hearing my unfiltered thoughts π
---
TIMESTAMPS
---
00:00 - Let's build an app with Next.js!
00:42 - create-next-app
03:21 - Quality of Life improvements
05:41 - Ship it!
07:00 - Next up...