Create a NextJS project for our Bakery
We would like to build a NextJS App from scratch for our Bakery.
Feb 20, 20232 min read185

Search for a command to run...

Series
What : Build an Web Application for a Bakery with User Journey Why : Need to Track Users and Page Visits, interact with Users How : Using Amplify, NextJS, Analytics, more servic
We would like to build a NextJS App from scratch for our Bakery.

initialize amplify, add services and make backend ready.

Let add Analytics to our Bakery Front end.

Build locally first npm run build Fix errors if any, Once we're able to build locally, we can connect our github repo branch to amplify, so that it'll automatically build. Goto project in Amplify on AWS Console, Give github permissions to your repo...
