Krish Patel
Intern Evaluation Task: Mini AI App Builder Portal + User App UI
-
Prereqs: Install Node.js LTS and npm.
-
Server:
- In a terminal:
cd server - Install:
npm ci(ornpm install) - Env file: copy
.env.exampleto.envand fill values - Run:
npm run dev
- In a terminal:
-
Client:
- In a second terminal:
cd client - Install:
npm ci(ornpm install) - Run:
npm run dev
- In a second terminal:
-
Conncurrently Running Both:
- In a terminal:
cdto the repo root - Install:
npm ci(ornpm install) - Run:
npm run dev - This uses
concurrentlyto run both the server and client in one terminal window, with tags and colors to differentiate the output.
- In a terminal: