A ReactJS web app to view and interact with SQLite databases. All in the browser.
Clone the repo then run npm install
to get everything set up.
- For a live development build:
npm run start
. - For a production build:
npm run build
.
A ReactJS web app to view and interact with SQLite databases. All in the browser.
Clone the repo then run npm install
to get everything set up.
npm run start
.npm run build
.