Interligado dois host, React (NodeJs) FrontEnd com Hunchentoot (SBCL) BackEnd.
$ cd react-code/menu-teste
$ npm build
$ npm start
* (load #p"host.lisp")
* (hunchentoot:start *servidor*)
Para desativar o hunchentoot:
* (hunchentoot:stop *servidor*)
* (quit)
Assim o hunchentoot ficará http://127.0.0.1:4242 e NodeJS http://localhost:3000