https://github.com/fmontes/invoi
InvoiApp is a personal project where I did: planning, UX, UI, backend and frontend
https://github.com/fmontes/invoi
Last synced: about 1 month ago
JSON representation
InvoiApp is a personal project where I did: planning, UX, UI, backend and frontend
- Host: GitHub
- URL: https://github.com/fmontes/invoi
- Owner: fmontes
- License: mit
- Created: 2019-04-28T22:30:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:35:27.000Z (over 2 years ago)
- Last Synced: 2023-08-02T20:39:14.128Z (almost 2 years ago)
- Language: TypeScript
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Invoi
Mono repo for #invoiapp## After clone
Run `yarn`;## Scripts
### `yarn server`
Will start the server### `yarn frontend`
Will run the frontend nextjs app (make sure you server is running first)### `yarn storybook`
Run the storybook for the components library.## Structure
```
.
├── api # Javascript API to connect with the endpoints
├── components # React component library
├── server # Node server backend
├── frontend # NextJS app
├── LICENSE
└── README.md
```