This project's client was bootstrapped with Create React App.
The server is using sqlite, sqlite3 npm package
Clone the project from : https://github.com/whiteadi/simple-invoice
into whatever you wanbt named folder, here ius simple-invoice:
Go to the newly app created folder:
In the project directory run:
then move to client folder and
and there run
(if you did the previous step go back to the parent of client dir by running
)
In the project directory, to start, usually first :), the server, you should run:
Also in the project directory for the client to start, you should run:
And this runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.