docker-compose up -d
(the backend needs to be running | open this frontend in a different VS Code than the backend)
open via Docker on: http://localhost:3000/
use together with my backend
close with: docker-compose down
yarn dev
Starting template kindly provided by: Github: React CRUD APP in https://codevoweb.com/build-a-reactjs-crud-app-using-a-restful-api/ as bellow:
This application uses React.js, Tailwind CSS, React Query, React-Hook-Form, and Axios. There are used CRUD (CREATE, READ, UPDATE, DELETE) methods to perform basic operations against a data layer via REST API.
