A server with only a GET endpoint at localhost:3000
(default) that shows Hello, world!
as plain text.
- install dependencies
$ npm install
- compile scripts
$ npm run build
- start server
$ npm start
- install dependencies
$ npm install
- start server (with hot reload)
$ npm run dev