Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vagnercardosoweb/reactjs-hook-crud
Crud simples com json-server e reactjs hooks
https://github.com/vagnercardosoweb/reactjs-hook-crud
json-server react reactjs
Last synced: 12 days ago
JSON representation
Crud simples com json-server e reactjs hooks
- Host: GitHub
- URL: https://github.com/vagnercardosoweb/reactjs-hook-crud
- Owner: vagnercardosoweb
- Created: 2019-05-25T07:09:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T07:31:36.000Z (over 5 years ago)
- Last Synced: 2024-11-13T09:45:37.590Z (2 months ago)
- Topics: json-server, react, reactjs
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inciar backend
Utilizado para backend o [JSON Server](https://github.com/typicode/json-server)
```bash
cd backend
yarn install && yarn start
# npm install && npm run start
```# Inciar frontend
Utilizado para frontend o [ReactJS](https://reactjs.org/)
```bash
cd frontend
yarn install && yarn start
# npm install && npm run start
```