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

https://github.com/tikrack/foodmenufront


https://github.com/tikrack/foodmenufront

Last synced: about 2 months ago
JSON representation

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
```