$ touch backend/dbconn_old/dbKeys.js
Update the file accordingly :
module.exports = <YOUR_PG_DB_URI>
- NPM
$ cd reactpgnodeapp
$ npm run install_all
$ npm run devmode
or,
- Yarn
$ cd reactpgnodeapp
$ yarn install && cd react_node_express_app && yarn install && cd ..
$ yarn run server
// Open Another Tab
$ cd react_node_express_app && yarn start