https://github.com/yalex95/crm
https://github.com/yalex95/crm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yalex95/crm
- Owner: Yalex95
- Created: 2023-09-28T17:21:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T18:22:12.000Z (over 1 year ago)
- Last Synced: 2024-12-29T20:34:59.979Z (5 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRM React
- tailwind
npm install -D tailwindcss postcss autoprefixer- create config files
npx tailwind init -p- React routing DOM
npm install react-router-domcreateBrowserRouter, RouterProvider, Outlet, Link
Loader, useLoaderData hook, useNavigate hook
- Fake REST API [JSON server](https://www.npmjs.com/package/json-server)
install
npm i json-server
run
json-server --watch db.json or npx json-server --watch db.jsonClients CRUD