0.0.1 • Published 1 year 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:productionpnpm build:developmentExample with NPM:
npm run dev:productionnpm run build:development0.0.1
1 year ago