Welcome to Blog360, your comprehensive blogging platform! Below is a step-by-step guide to set up the project and start your development journey.
npm create vite cd your-blog360-app npm install -D tailwindcss@latest postcss@latest autoprefixer@latest npx tailwindcss init -p
Configure your tailwind.config.js and postcss.config.js accordingly.
npm install react-router-dom
npm install flowbite-react
npm install nodemon express mongoose dotenv bcryptjs cors jsonwebtoken cookie-parser
npm install @reduxjs/toolkit react-redux redux-persist
npm install react-icons
npm install firebase
npm install --save-dev tailwind-scrollbar
npm run dev
npm run start
Ensure to configure Firebase and MongoDB credentials in your project. Tailwind CSS styles and configurations can be customized in tailwind.config.js.
Explore the rich functionalities offered by each package for a delightful development experience. This setup provides a solid foundation for implementing the features of the Blog360 app. Happy coding! 🚀