NodeJS, npm, nvm
Using terminal go to /server
folder. Run nvm use
, then npm start
Open a separate terminal and go to /client
folder. Run nvm use
. Then npm start
to run the app in development
mode, or npm run build
to build the app in production mode.