Food-Page is a NextJS project created from course for learning purposes.
You can clone repository from my github and use:
npm install
To install all dependencies.
First option you can use to start development server. Last two to create build and using production version.
npm run dev
npm run build
npm start
It's from Maximilian Schwarzmüller on Udemy.