Commit Graph

10 Commits (1622ec01a3d82296384157c5a995e4be738383ae)

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.
5 years ago
Vasile Popescu 365fba77f1 Use the go.tty-share.com as the default server address 5 years ago
Vasile Popescu 4e898b24e4 Add zipping the release binaries in the Makefile 6 years ago
Vasile Popescu 289354370d Add the sender as part of the `dist` make target as well 6 years ago
Vasile Popescu a34033d92e Add small changes to document the project here and there 6 years ago
Vasile Popescu 2e15e457ab Fix serving the frontend from a path 6 years ago
Vasile Popescu e4e64158db Add a "dist" target to build the server for more platforms 6 years ago
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.
6 years ago
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.
6 years ago
Vasile Popescu 9f0a1474f2 Initial commit 6 years ago