You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make some changes and start a server with one of the example projects.
$ node examples/simple
Alternatively, install nodemon with npm install -g nodemon and start the
server with nodemon examples/simple. nodemon watches for changes and
automatically restarts the server.