First go to the app-server
folder -
cd app-server
First go to the app-client
folder -
cd app-client
Then type the following command to install the dependencies and start the application -
npm install && npm run dev
The front-end server will start on port 3000
.