teleport/web
2019-12-26 12:27:39 -05:00
..
dist Relax regex expression in ssh login input box to support ip6 2019-07-17 19:24:32 -04:00
src Update package.json dependencies 2019-12-26 12:27:39 -05:00
webpack Update package.json dependencies 2019-12-26 12:27:39 -05:00
.dockerignore (web) update webpack and hot-reload (#2391) 2018-11-29 18:19:01 -05:00
.eslintrc (web) update webpack and hot-reload (#2391) 2018-11-29 18:19:01 -05:00
.gitignore (web) fixing last chunk of recorded session 2016-04-12 19:49:18 -04:00
devServer.js (web) update webpack and hot-reload (#2391) 2018-11-29 18:19:01 -05:00
devServerUtils.js (web) update webpack and hot-reload (#2391) 2018-11-29 18:19:01 -05:00
Dockerfile Add Tunnel indicator to IP Address cell (#2775) 2019-06-14 15:29:59 -04:00
jsconfig.json (web) refactoring + ssh login 2017-08-16 17:58:49 -04:00
karma.conf.js (web) update webpack and hot-reload (#2391) 2018-11-29 18:19:01 -05:00
karma.test.files.js (web) refactoring of the build scripts 2016-10-19 15:16:31 -04:00
Makefile (web) add dockerfile to build /dist files 2018-01-17 17:01:17 -05:00
package-lock.json Update package.json dependencies 2019-12-26 12:27:39 -05:00
package.json Update package.json dependencies 2019-12-26 12:27:39 -05:00
README.md (web) csrf protection of public API 2017-10-02 00:01:13 -04:00

web client

To build and generate a new /dist

  1. install nodejs >= 8.0.0
  2. $ npm install
  3. $ npm run build

To run a dev server

  1. $ npm run start -- --proxy=https://host:port
  2. open https://localhost:8081/web