/restaurant-menu-viewer

A Next.js template that allows restaurants and businesses in the food industry to easily get an online menu up and running.

Primary LanguageJavaScript

Restaurant Menu Viewer

A Next.js template that allows restaurants and businesses in the food industry to easily get an online menu up and running.

This project is maintained and contributed to by members of the the Self-Taught Software Developers meetup group. You can learn more about us at our meetup group page.

Project Info and Description

See the project Wiki page for further info.

Contributing

Learn about contributing, pull requests, and more in our CONTRIBUTING.md file.

Getting Started

First, fork this repo and clone it to your machine.

Make sure you already have Node.js installed. Check this by running node -v in your terminal. If you receive back a "command not found" message, then follow these steps before moving forward.

Next, cd into your local restaurant-menu-viewer folder and run npm install to install all dependencies.

Type npm run dev in the terminal to start the development server.

Now, you should be able to navigate to http://localhost:3000 and see a web page render. Congrats — you did it!

Press Ctrl + C to stop the development server.

More Commands

The following scripts refer to the different stages of developing an application with Next.js:

  • npm run dev - Runs next dev which starts Next.js in development mode
  • npm run build - Runs next build which builds the application for production usage
  • npm run start - Runs next start which starts a Next.js production server
  • npm run lint - Runs next lint which sets up Next.js' built-in ESLint configuration

Next.js

To learn more about Next.js, take a look at the following resources: