HTTP, REST, WebSockets

๐Ÿƒโ€โ™‚๏ธ Simple start

  1. npm install at the root
  2. npm run dev at the root
  3. open http://localhost:3001/

๐Ÿงน Code style

Run npm run format:check at the root to check code style.

Run npm run format:fix at the root to fix code style.

๐Ÿ’ก PS

The project has a Prettier set up, to validate your code. Please use it!

๐Ÿคž Good luck