The web client for the twit application.
npm- https://www.npmjs.com/
- Run
npm installto install the dependencies listed inpackage.json. - Run
npm run buildto build the source code (located insrc) into the runtime files (located inbuild). - Open
index.htmlin a web browser. Note: the app will not be functional unlesstwit-serveris running.