-
Clone the repository:
git clone [repository_url]
-
Navigate to the root directory and install dependencies:
cd [root directory] npm install
-
Go to the frontend directory and install frontend dependencies:
cd [root directory/frontend] npm install
-
Start the application from the root directory:
cd [root directory] npm start
-
Start the frontend from the root/frontend directory:
cd [root directory/frontend] npm start