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

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

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