https://github.com/tikrack/foodmenufront
https://github.com/tikrack/foodmenufront
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tikrack/foodmenufront
- Owner: tikrack
- Created: 2024-11-24T14:23:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T14:52:47.000Z (over 1 year ago)
- Last Synced: 2026-01-03T10:29:17.747Z (5 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# foodMenuFront
this is a sample project with react
for run project in local pls run this command:
```shell
npm install
```
for install packages and
```shell
npm run dev
```
for serve project
and for build:
```shell
npm run build
```