Skip to content

whiteadi/simple-invoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple invoice app, using React as client app, Express Api and sqlite db on the BE / server

This project's client was bootstrapped with Create React App.

The server is using sqlite, sqlite3 npm package

HowTo

Prerequisites

Install all locally

Clone the project from : https://github.com/whiteadi/simple-invoice

into whatever you wanbt named folder, here ius simple-invoice:

git clone https://github.com/whiteadi/simple-invoice.git simple-invoice

Go to the newly app created folder:

cd simple-invoice

In the project directory run:

npm install

then move to client folder and

cd client

and there run

npm install

Available Scripts

(if you did the previous step go back to the parent of client dir by running

cd ..

)

In the project directory, to start, usually first :), the server, you should run:

npm run server

Also in the project directory for the client to start, you should run:

npm run client

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.

About

just a react ts sqlite invoice starting point

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors