This app created from NextJS
Author: Cu Nguyen <[email protected]>
Deployed to Vercel: https://nextjs-base-app.vercel.app/
Step by step to run this app in your local
At your directory root, run:
npm/yarn install
npm/yarn dev
Open on web: http://localhost:5000 (this port fixed by me, you can custom it)
npm/yarn run build
You can update the source structures to follow your patterns.
Note: Live-reload is supported