###This is front-end application and simple mock server for the true-invoice application.
It will communciate with the true-invoice
project via RESTful API.
#Setup
- Clone or Fork this repository
cd
into directory with cloned/forked repository- Install dependencies - invoke
npm install
(if you want to know what is required checkpackage.json
) - Start application - use
node server.js
- Navigate to
localhost:3002
#TODO [ ] - Better UX/UI (change colors, maybe layout, discuss with stakeholders)
[ ] - Connect it with legitimate API server
[ ] - Error handling (Toasts?)
[ ] - Think about lazy loading files that are required, not everything at the start of the application (it is kinda lame tbh...)