You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tty-share/frontend
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
..
static Add some static pages 6 years ago
templates Refactor the frontend structure 6 years ago
tty-receiver Move the tty-receiver frontend inside a folder 6 years ago
.nvmrc Initial commit 6 years ago
README.md Initial commit 6 years ago
package-lock.json Initial commit 6 years ago
package.json Refactor the frontend structure 6 years ago
webpack.config.js Refactor the frontend structure 6 years ago

README.md

Readme

Building

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

npm install
webpack