$ cd frontend
$ npm run dev
Frontend will be available on localhost:3000
$ cd backend
$ npm run start
Backend will be available on localhost:3000
+----------+ +----------+ +----------+
| browser | <-- http --> | frontend | <--http--> | backend |
+----------+ +----------+ +----------+