Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 566 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 566 Bytes

Simple TODO application

  • This TODO app created using PERN (Postgress - Express - React - Node).
  • This application can be running as web and desktop application.

Start

Development

  • Require nodemon to start express backend
  • Running on port 5000
  • .env just for learning (just random string), not an secret env
npm install -g nodemon
  • After installing nodemon globally, you can run the development apps with below comand:
    • ./start-web.sh to run as web application
    • ./start-electron.sh or to run as desktop application