This is the frontend for BlogZilla Website. Backend available at: BlogZilla Backend
Framework & Language: JS, React JS, Redux Tool Kit
UI: ShadCN, TailwindCSS, Lucid React, Swiper JS
To run this project, you will need to add the following environment variables to your .env file (check the .env.sample file)
- API Endpoint settings:
VITE_BASE_API_ENDPOINT = "http://localhost:8000/api/"
VITE_REFRESH_TOKEN_ENDPOINT = "http://localhost:8000/api/auth/token/"
use this settings as defined for using the custom backend mentioned above.
For setting up the backend visit the backend repository mentioned above.
Create a folder and open terminal and install this project by command
git clone https://github.com/Mr-Atanu-Roy/BlogZilla-Frontend
or simply download from https://github.com/Mr-Atanu-Roy/BlogZilla-Frontend
In the project directory open terminal and download the node modules by using command:
npm i
Start the development server by:
npm run dev
Now the application is available at: http://localhost:5173/






