To install use this command:
npm installTo start normally:
npm run startOn it's own it will start the server on localhost:3000, but any other port can be specified as an argument.
To run automatically refreshing server use this command:
npm run devIt automatically updates and restarts the server when the file is changed. Added as a developement dependecy, similar to ESLint.