teleport/web
2018-03-06 10:11:16 -05:00
..
dist (web) update momentjs lib 2018-03-06 10:11:16 -05:00
src (web) improve handling of change password form 2018-02-22 18:28:06 -05:00
webpack (web) login: always display email and pass fields 2017-07-17 15:25:35 -04:00
.babelrc (web) improve uf2 error messages 2017-04-05 18:56:24 -04:00
.eslintrc (web) improve uf2 error messages 2017-04-05 18:56:24 -04:00
.gitignore (web) fixing last chunk of recorded session 2016-04-12 19:49:18 -04:00
devServer.js (web) refactoring and cleanup 2017-12-03 16:37:25 -05:00
devServerUtils.js (web) csrf protection of public API 2017-10-02 00:01:13 -04:00
Dockerfile (web) add dockerfile to build /dist files 2018-01-17 17:01:17 -05:00
jsconfig.json (web) refactoring + ssh login 2017-08-16 17:58:49 -04:00
karma.conf.js (web) fixes for playback of long session 2018-01-15 11:30:49 -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 (web) update momentjs lib 2018-03-06 10:11:16 -05:00
package.json (web) update momentjs lib 2018-03-06 10:11:16 -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