Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 234 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 234 Bytes

Development:

  • run $ boot dev
  • visit localhost:3000

Browser Connected REPL:

  • boot dev
  • boot repl --client
  • (start-repl)

Building Static Assets for Deployment:

  • boot production build target

Testing:

  • boot test