Starting with Node.js order of components and folder structure
Developing webpage with Next.js, making connection with backend.
Developing mobile app with Expo, making connection with backend.
Mobile App, connect with Google Auth API, e finishing last components and fix´s.
You can use git or a tool like degit to clone my projects for your directory.
#clone project repository
git clone HTTTPS-or-SSH-URL
#OR
npx degit gw-rodrigues/repository-name new-project-folder-name
#go to project folder
cd new-project-folder-name
#install dependencies
npm install
#OR
yarn
#start project developer mode
npm run dev
#OR
yarn dev