readme update

This commit is contained in:
KarthiKeyanZ 2023-01-04 13:38:16 +00:00
parent 8f5b5f3c12
commit 31399f3e73

View File

@ -1,27 +1,26 @@
# Epic Explorer using angular8 # Epic Explorer v3
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.2. This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.2.
## Development server ## Follow below guide lines to deploy explorerv3
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. * Create new folder, pull project from git and switch to "explorerv3" branch
* Copy below 3 files from old live to this project
## Code scaffolding ```
.env
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. src/environment.ts
src/environment.prod.ts
## Build ```
* Run below command to install node modules
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. ```
npm i -f --ignore-script
## Running unit tests ```
* Run below command to create build
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). ```
npm run build:ssr
## Running end-to-end tests ```
* Use below command to run build
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). ```
node live/server.js
## Further help ```
Note : if you are using pm2 or other process manager, use specific command to run build
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).