This repository houses the frontend code for Profiland, a social media platform designed for sharing, selling articles, and networking.
- React
- TypeScript
- Tailwind CSS
-
Ensure Node.js is installed
Make sure you have Node.js installed on your machine. You can download it from Node.js. -
Clone the Repository:
git clone https://github.com/ecodant/profiland-client.git
-
Install dependencies
npm install
-
In the root of the project, create a .env file and add the following properties:
VITE_MAPS_KEY=Personal_Key VITE_API_URL=Server_API_URL
-
Start client server
npm run dev