Go to file
2023-11-22 13:45:12 +05:30
e2e initial commit 2019-06-27 12:18:08 +05:30
server node distribution functionality 2023-11-20 13:12:23 +05:30
src nodes link 2023-11-22 13:45:12 +05:30
.editorconfig initial commit 2019-06-27 12:18:08 +05:30
.env genericize .env 2021-11-03 12:17:22 -07:00
.gitignore initial commit 2019-06-27 12:18:08 +05:30
angular.json leaflet angular.json 2023-11-20 16:16:50 +05:30
app.js config changes 2022-12-23 10:21:39 +00:00
browserslist initial commit 2019-06-27 12:18:08 +05:30
karma.conf.js initial commit 2019-06-27 12:18:08 +05:30
package-lock.json changes in package lock josn 2020-05-26 11:12:15 +02:00
package.json node distribution functionality 2023-11-20 13:12:23 +05:30
README.md readme update 2023-01-04 13:38:16 +00:00
server.ts port 4000 2023-01-04 13:23:19 +00:00
server.tsconfig.json config changes 2022-12-23 10:21:39 +00:00
tsconfig.app.json config changes 2022-12-23 10:21:39 +00:00
tsconfig.json config changes 2022-12-23 10:21:39 +00:00
tsconfig.server.json initial commit 2019-06-27 12:18:08 +05:30
tsconfig.spec.json initial commit 2019-06-27 12:18:08 +05:30
tslint.json initial commit 2019-06-27 12:18:08 +05:30
webpack.server.config.js backend server 2019-07-09 14:52:36 +05:30

Epic Explorer v3

This project was generated with Angular CLI version 8.0.2.

Follow below guide lines to deploy explorerv3

  • Create new folder, pull project from git and switch to "explorerv3" branch
  • Copy below 3 files from old live to this project
.env
src/environment.ts
src/environment.prod.ts
  • Run below command to install node modules
npm i -f --ignore-script
  • Run below command to create build
npm run build:ssr
  • Use below command to run build
node live/server.js

Note : if you are using pm2 or other process manager, use specific command to run build