This repository contains the complete source code for the runtime of The Houseful Code Challenge.
Please continue reading the TASK-README.md file.
- Nodejs
- Git
Clone whole source code as follows and go to houseful-fe-dev-challange folder
git clone https://github.com/umitkaraogul/houseful-fe-dev-challange
cd houseful-fe-dev-challange
-
Copy .env.example to .env (e.g.
cp .env.example .env
) for providing environment variables.VITE_API_URL=
# Install dependencies
pnpm i
# Start api server
pnpm run server
# Start development server
pnpm dev
# Run unit tests
pnpm test
pnpm test:watch
The front end will start on port 5173
This project deployed on Vercel
You can test the application on Vercel.