/Food-Page

Welcome! This simple page project is from Udemy course and its about NextJS.

Primary LanguageJavaScript

Food-Page

Food-Page is a NextJS project created from course for learning purposes.

Installation

You can clone repository from my github and use:

npm install

To install all dependencies.

Usage

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

Contributing

It's from Maximilian Schwarzmüller on Udemy.