To work with the frontend, follow these commands:
-
Install the necessary dependencies:
npm install -g @ionic/cli
-
Change directory to the frontend folder:
cd frontend
-
Install the necessary dependencies:
npm i
-
Start the development server:
ionic serve
That's it! You are now ready to work on the frontend of your project.
NOTE: Step 0 and 2 is only required for the first time you set up the project. You can skip it for subsequent runs.
To work with the backend, follow these commands:
-
cd backend npm i
-
npm start
http://bhismbackend.hbg7dydbfegpgecc.centralindia.azurecontainer.io:3000
http://bhismchatbot.asdqe0avg6bbd3gx.centralindia.azurecontainer.io:5000