Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 436 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 436 Bytes

Borhole Management System Frontend

Install dependencies

npm install

or

yarn install

Build App

yarn build

or

npm run build

Developer corner

npm start

App served on a subpath url

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