2
0
mirror of https://github.com/elisescu/tty-share synced 2024-11-15 18:13:58 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Vasile Popescu
2fad822849 Fix the name of the binaries (use - instead of _)
Also move them to the out/ folder, as they can't be in the same folder
with the tty-server/ and tty-sender/ folders.
2019-07-07 19:44:31 +02:00
Vasile Popescu
365fba77f1 Use the go.tty-share.com as the default server address 2019-07-07 19:39:48 +02:00
Vasile Popescu
4e898b24e4 Add zipping the release binaries in the Makefile 2018-05-23 23:58:37 +02:00
Vasile Popescu
289354370d Add the sender as part of the dist make target as well 2018-05-19 15:38:59 +02:00
Vasile Popescu
a34033d92e Add small changes to document the project here and there 2018-05-19 15:20:18 +02:00
Vasile Popescu
2e15e457ab Fix serving the frontend from a path 2018-05-19 15:16:11 +02:00
Vasile Popescu
e4e64158db Add a "dist" target to build the server for more platforms 2018-05-19 15:16:11 +02:00
Vasile Popescu
906f225899 Refactor the frontend structure
Change the Makefile and webpack config to reflect the new structure of
where we keep the frontend generated files.

Use the 404 static pages when requests are made to paths not found.

Add a small doc describing the available http routes.
2018-05-19 15:16:11 +02:00
Vasile Popescu
caaf694b6c Bundle the frontend resources inside the server binary
Use go-bindata to bundle all the frontend server resources inside the
server binary, so it's easier to re-distributed.
2018-04-05 23:16:37 +02:00
Vasile Popescu
9f0a1474f2 Initial commit 2018-04-05 20:47:19 +02:00