npm install
or
yarn install
yarn build
or
npm run build
npm start
To specify the path from where the app is served (https://example.com/bdms) you can specify the environment variable as follows:
PUBLIC_URL=/bdms npm run build
npm install
or
yarn install
yarn build
or
npm run build
npm start
To specify the path from where the app is served (https://example.com/bdms) you can specify the environment variable as follows:
PUBLIC_URL=/bdms npm run build