/calfary

SQL client made with Electron, React, Express and Typescript

Primary LanguageCSSCreative Commons Zero v1.0 UniversalCC0-1.0

Calfary

Database client for Postgres

Issues I faced

  • Using express with electron - After doing some research with trial and error, I finally got it to work using ejs.
# Clone this repository
git clone https://github.com/emyboy/calfary
# Go into the repository
cd calfary
# Install dependencies
npm install
# Run the app
npm start