Nywes / Dashboard

0 stars 0 forks source link

Development / production environment readme #15

Closed The-Law-1 closed 2 years ago

The-Law-1 commented 2 years ago

prod_server port: 3000 (/!\ 3000 is also the default port) prod_client port: 3001

dev_server port: 4000 dev_client port: 4001

To run dev environment: DASHBOARD_SERVER_PORT=4000 node_modules/.bin/nodemon index.js npm run dev

DASHBOARD_SERVER_PORT=3000 node_modules/.bin/nodemon index.js npm run start

The-Law-1 commented 2 years ago

Filled out and updated

The-Law-1 commented 2 years ago

Filled out and updated