https://github.com/prashuk/react-food-menu
https://github.com/prashuk/react-food-menu
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/prashuk/react-food-menu
- Owner: prashuk
- Created: 2019-07-01T18:14:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T04:27:24.000Z (over 3 years ago)
- Last Synced: 2023-03-04T13:28:29.043Z (over 3 years ago)
- Language: JavaScript
- Size: 743 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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