Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 372 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 372 Bytes

MimosaCompileServer

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 run mimosa watch
  • In second, navigate to client directory and run mimosa watch -s
  • Browse to http://localhost:3000