Skip to content

ShaileshPrajapati-BTC/o-falcon-be

Repository files navigation

Rohak Phase 2

for development

to run backend cd server && node app.js to run frontend cd client && npm run start

you will have to run yarn build in client folder every time you update the client code

pm2 process start

for staging

export NODE_ENV=staging && pm2 start app.js --name=rohak-staging

for production

export NODE_ENV=production && pm2 start app.js --name=rohak-production

npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published