An example setup for compiling node server code in addition to client code.
- Open two terminal windows
- Try to build server side first with
tsc -c server.ts
- In first, navigate to
server
directory and runmimosa watch
- In second, navigate to
client
directory and runmimosa watch -s
- Browse to http://localhost:3000