https://github.com/jorneycr/crm-react
React, React-router-dom, tailiwind, Json server, Yup, Formik
https://github.com/jorneycr/crm-react
formik-form json-server react-router-dom tailiwind yup-validation
Last synced: 2 months ago
JSON representation
React, React-router-dom, tailiwind, Json server, Yup, Formik
- Host: GitHub
- URL: https://github.com/jorneycr/crm-react
- Owner: jorneycr
- Created: 2022-02-23T04:53:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T02:44:13.000Z (about 3 years ago)
- Last Synced: 2025-02-04T13:41:45.134Z (4 months ago)
- Topics: formik-form, json-server, react-router-dom, tailiwind, yup-validation
- Language: JavaScript
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
### CRM-REACT
## Run app
# `npm run dev`
## Run json server as a API
# `json-server --watch db.json --port 4000`
or
# `npm run server`