← The Reel Vault
This course is free — log in to save your progress and unlock the full library.
Log in free →My first prompt for any new app: two folders, Next.js landing page and Flutter app
0:28easyrecipe-next for the landing page, easyrecipe-flutter for the app, both scaffolded plain. Then we build. From the mobile app course.
Transcript
Now, inside that I will need two things. Number one, I need a landing page. Number two, I need the mobile application. So we'll have two folders. One will be easyrecipe-next. This is going to be a Next.js application, which will be acting as a landing page. Again, creator, standard, getting started, Next.js project there. I'll start continue working on that. Second, create another folder, which is easyrecipe-flutter. This is going to be a Flutter application, create a basic blank project, and we can continue from there.