@mortup/cliente-acreditacion
v1.0.34
Published
Interface between frontend and backend
Downloads
9
Readme
Cliente-Acreditacion
Cliente web. Interfaz entre frontend y backend.
How to publish
- Bump version on package.json
npx tsc
to compilenpm publish
to publish
Project Structure
Types: All the types that will be public to the frontend. Mockdata: Generators for fake data. Api: Methods used to fetch data from the backend (or call the generators until we have a backend).