The goal of this project is to make a Facebook clone using all that I've learnt. This is the client for that clone.
To run this project on your local server, first install the dependencies with the command:
npm install
Now create a file called ".env.development" and ".env.production" at the root of the project and inside each file add:
VITE_API_HOST="(backend_host_location)"
The VITE_API_HOST variable in ".env.development" is for development purposes, while the variable in ".env.production" is used when Vite builds the site.
After that is done, you can start the server with:
npm run dev
- React
- React Router
- Vite
- Typescript
- Tailwind CSS
- DayJS
- Universal-Cookie
- ESLint
- Prettier
- JWT Decode
- Playwright
- shadcn/ui
- Ivan Samkov for splash image photo (https://www.pexels.com/photo/person-writing-on-a-notebook-4240497/)