node app.js
ornpm run start-server
- install
live-server
usingnpm i -g live-server
npm run start-client
- go to
client
foldercd ./client
- open the folder containing
index.html
usinglive-server
at port4000
live-server . --host=localhost --port=4000