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 theserver
andclient
directories:npm install
-
Start the application:
Use the following command in each terminal:npm run dev