Skip to content

An example setup for compiling node server code in addition to client code.

Notifications You must be signed in to change notification settings

mpielikis/MimosaCompileServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

About

An example setup for compiling node server code in addition to client code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.0%
  • CoffeeScript 4.2%
  • JavaScript 2.8%