Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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