This repo is an example of an application which provides collaborative access to a text document using Collaborative.js. This example is related to Collaborative.js Getting Started tutorial.
Clone the repository from github.com to your workspace folder:
$ git clone git@github.com:collaborativejs/getting-started-example.git Navigate to the repository folder:
$ cd getting-started-example Install example dependencies
$ npm install Run the server
$ npm start Open http://localhost:3000/ page in your browser.