An open API service indexing awesome lists of open source software.

https://github.com/prashuk/react-food-menu


https://github.com/prashuk/react-food-menu

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# food_menu-frontend

## Introduction

This project is the frontend of Food Menu Search and it is based on React, an imaginary food search portal with their ingredients.

## Setup

Make sure to follow all these steps exactly as explained below. Do not miss any steps or you won't be able to run this application.

### Install the Dependencies

From the project folder, install the dependencies:

sudo npm i

### Start

sudo npm start

This will launch the Node server on port 3000. Open up your browser and head over to:

http://localhost:3000/

### Build

sudo npm run build