https://github.com/eiberham/delivery
:shallow_pan_of_food: Delivery management for food houses
https://github.com/eiberham/delivery
Last synced: 7 months ago
JSON representation
:shallow_pan_of_food: Delivery management for food houses
- Host: GitHub
- URL: https://github.com/eiberham/delivery
- Owner: eiberham
- Created: 2019-07-19T03:38:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T18:49:09.000Z (over 4 years ago)
- Last Synced: 2024-12-29T05:24:37.708Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.94 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Delivery
Web application to manage delivery for food houses.
The backend server is provided by json server module. The cool thing about this project is that it has form validations via react formsy library and a grid component completely built from the scratch.
Also there's a fancy documentation site that provides information about every component properties via docz package.
## How to run it ?
### `npm install` or `yarn install`
Install all the dependencies
### `npx json-server --watch db.json --port 5000`
Creates a new instance of json server
### `npm run start`
Runs the react application
### `yarn docz:dev `
Generates docs for all the components according to what's defined on the .mdx files.