$ npm install
$ npm startPick you favorite frontend technology. You can find the available example in the frontend directory
$ cd frontend/angular
$ npm install
$ npm startCheck the Angular app console on http://localhost:4200) to see the WebSockets message.
$ cd frontend/react
$ npm install
$ npm startReact will automatically open a browser window with the frontend app. Check you console to see the WebSockets message.
In progress
$ cd frontend/webpack
$ npm install
$ npm buildAfter the build is done, webpack will output an index.js file in the /public directory. From here, all you have to
do is to open the Typetron app (usually on http://localhost:8000)
and check your console