Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 242 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 242 Bytes

message-board

Realtime app to show how Meteor works.

Remember to install required packages (jQuery and Bootstrap) first.

$ meteor add jquery $ meteor add bootstrap

And then you can run dev server by executing:

$ meteor run