First, run the client server:
# run in root directory
npm run dev
Open http://localhost:3000 with your browser to see the result.
Second, run the backend server:
cd src/server
npm start
First, run the client server:
# run in root directory
npm run dev
Open http://localhost:3000 with your browser to see the result.
Second, run the backend server:
cd src/server
npm start