https://github.com/samuel-bonghanoy/meshi
A food delivery app created using React, Redux, and Tailwind CSS with all basic CRUD functionalities
https://github.com/samuel-bonghanoy/meshi
Last synced: 4 months ago
JSON representation
A food delivery app created using React, Redux, and Tailwind CSS with all basic CRUD functionalities
- Host: GitHub
- URL: https://github.com/samuel-bonghanoy/meshi
- Owner: Samuel-Bonghanoy
- Created: 2023-09-27T01:33:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-28T15:09:42.000Z (over 1 year ago)
- Last Synced: 2024-11-16T21:31:09.263Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 393 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meshi
A food delivery and food ordering CRUD app# Technology Stack
### Front End






### Back End

## Setup
Run this command to clone the repository into your desired directory
```bash
# clones the repo into your local device
git clone
# change to project directory
cd
# gets the newest version of the remote repo
git pull
# open the current directory in your preferred text editor
code .
```Once that's done, you will have to install dependencies via this command:
```bash
# install dependencies according to package-lock.json
npm i
```## Running
To host the project on your local machine, do:
```bash
# runs the package.json "start" script
npm run start
```# Output