2
0
mirror of https://github.com/elisescu/tty-share synced 2024-11-15 18:13:58 +00:00
tty-share/frontend
Vasile Popescu 828c45eb48 Force the browser to reload when closing the session
After reload, the browser will be forced to display the page which says
the session doesn't exist anymore. This is a temporary solution, before
a better way to tell the user the connection has been closed will be
2018-05-19 15:16:11 +02:00
..
static Add some static pages 2018-05-12 18:53:12 +02:00
templates Refactor the frontend structure 2018-05-19 15:16:11 +02:00
tty-receiver Force the browser to reload when closing the session 2018-05-19 15:16:11 +02:00
.nvmrc Initial commit 2018-04-05 20:47:19 +02:00
package-lock.json Initial commit 2018-04-05 20:47:19 +02:00
package.json Refactor the frontend structure 2018-05-19 15:16:11 +02:00
README.md Initial commit 2018-04-05 20:47:19 +02:00
webpack.config.js Refactor the frontend structure 2018-05-19 15:16:11 +02:00

Readme

Building

The frontend uses webpack to build everything in a bundle file. Run:

npm install
webpack