0.0.1 • Published 8 months ago
eplane-template v0.0.1
Notes
In this project, there are multiple .env files that have been created, which are:
- .env.local-proxy: It is necessary that the Qlik Proxy(https://github.com/cluster-data-experience/qlik-jwt-proxy) is running locally on port 3001.
- .env.development.cluster-proxy: To run in the cluster development environment.
- .env.development: To run in the eplane development environment.
- .env.production: To run in the eplane production environment.
- .env.eplane-qlik: To run the mashup directly pointing to Qlik, without any proxy intercepting.
To run the project locally and also to generate the build, it is necessary to pass the name of the desired .env file as a parameter.
Example with PNPM:
pnpm dev:production
pnpm build:development
Example with NPM:
npm run dev:production
npm run build:development
0.0.1
8 months ago