Heehe Blogs is a simple blog website developed using React.js and powered by Vite. It is a user and admin-based web application.
- Admin can add and edit blog posts written in Markdown format.
- Users can view and like blog posts.
This project makes use of the following libraries:
react-query
dayjs
radix-primitive
axios
formik
yup
marked
tailwindcss
framer-motion
@uiw/react-md-editor
To get this project:
git clone https://github.com/aprn2/blogsite-frontend.git
then cd into the cloned repo directory and run following commands:
cd blogsite-frontend
npm install
start the dev mode by executing this command:
npm run dev
then visit the url http://localhost:5173
, Hoooot module replacement heheeheheh
execute this command:
npm run build
now you can serve the contents of /dist
using a web server of your choise.