Skip to content

wayangalihpratama/pern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published