node -v
mkdir sample-embedded-app
cd sample-embedded-app
npm init -y
npm install --save react react-dom next
mkdir pages
touch pages/index.js
npm run dev
npm install ngrok -g
ngrok http 3000
Source and reference: https://shopify.dev/tutorials/build-a-shopify-app-with-node-and-react