Installation steps
Open your terminal and navigate to your desired project directory. Follow the steps below:
Clone the Repository using Git
Using ssh
Using https
Remove git origin
Run the following command in your terminal:
Add new git origin
Run the following command in your terminal:
Install dependencies
-
Navigate to
<your-app-name>
directory. -
Navigate to
backend/express-js
-
You can use these package managers to install the dependencies.
npm
yarn
pnpm
bun
-
-
Navigate back to
<your-app-name>
directory, then navigate tofrontend/
-
You can use these package managers to install the dependencies.
npm
bun
-
yarn and pnpm (coming soon…)
-