Ensure you have the following installed:
-
Open two terminals:
- One for the
server. - One for the
client.
- One for the
-
Install dependencies:
Run the following command in both theserverandclientdirectories:npm install
-
Start the application:
Use the following command in each terminal:npm run dev
