Skip to content

khertg/BhouseReminderApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run the project.

1. Clone the project.

   git clone https://github.com/khertg/BhouseReminderApp.git

2. Install dependencies and packages used in api and web.

   npm install

If you only want to install the dependencies for the api

   npm run install:api

If you only want to install the dependencies for the web

   npm run install:web

3. Ways in running this application

* First way is running the api and web at the same time using the command below.
   npm start
* Second way is running only the api.
   npm run start:api
* Third way is running only the web.
   npm run start:web
* Fourth way is going to the directory of the application individually.

If you want to run the api.

   cd root/api
   npm start

If you want to run the api.

   cd root/web
   npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published