BunnyBlogMERN is a modern blog application developed using React and Vite. It features Hot Module Replacement (HMR) for seamless live updates and enforces strict coding standards with ESLint.
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/your-username/bunnyblogMERN.git
- Navigate to the project directory:
cd bunnyblogMERN - Install server dependencies:
npm install
- Start the server:
node server/server.js
- Verify the server is running by visiting
http://localhost:8000. - Navigate to the front-end directory:
cd bunnyblogMERN/client - Install the client dependencies:
npm install
- Start the client:
npm run dev
- Open your preferred browser and visit
http://localhost:5173.
Visit the live site at BunnyBlogMERN Live to explore and interact with the blog!
Feel free to contribute or provide feedback on any aspect of the project!