teleport/web
Alexey Kontsevoy b261917080 (web) dist
2017-12-23 15:35:30 -05:00
..
dist (web) dist 2017-12-23 15:35:30 -05:00
src (web) fix missing redirect_url 2017-12-23 15:35:12 -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
jsconfig.json (web) refactoring + ssh login 2017-08-16 17:58:49 -04:00
karma.conf.js (web) refactoring of the build scripts 2016-10-19 15:16:31 -04:00
karma.test.files.js (web) refactoring of the build scripts 2016-10-19 15:16:31 -04:00
package-lock.json (web) fix missing redirect_url 2017-12-23 15:35:12 -05:00
package.json (web) fix missing redirect_url 2017-12-23 15:35:12 -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