-
Clone the repo.
-
Run 'npm install' in the terminal to acquire all dependencies.
-
Run 'npm run dev' to build React.
-
Run 'node server.js' in the terminal to activate the server, please make sure the port number located within the server file is open.
-
Open local host with the matching port number in your browser e.g. http://localhost:8081/
-
As you have just started the server, there will be no content within the "Old Invoices" route. Please make sure you send one or more applications first to see the page at its fullest.
- A React form that stores invoice details on a node built server. Once submitted, users can change the status of their invoice with a simple click, informing us that the invoice has been paid.