This guide provides step by step instructions on how to setup a repository consisting of a frontend directory bootstrapped using Vite and a backend directory bootstrapped using the NestJS-CLI.
Note that you will need node and npm installed globally on you machine. This can be done by downloading the current LTS version for your OS from here.
In addition to this we will use pnpm as an alternative to the Node Package Manager (npm) in our project.
After setting up node on you machine you can install pnpm by running npm install -g pnpm from any directory.
- backend/
- node_modules/