$ npm install
$ npm start
Pick you favorite frontend technology. You can find the available example in the frontend
directory
$ cd frontend/angular
$ npm install
$ npm start
Check the Angular app console on http://localhost:4200) to see the WebSockets message.
$ cd frontend/react
$ npm install
$ npm start
React 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 build
After 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