Skip to content

AhsanBytes/mern-blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. npm create vite@latest (it will ask you for necessary things to make a frontend project, select them react)

  2. In frontend folder, npm install to install dependencies

  3. Install Tailwind by its official docs, during tailwind conifg, you have to make postcss.config.cjs file, after setup continue

  4. Make pages, routes, components, use flowbite-react UI with tailwind, Add commits to github for steps

  5. Make header component functionality

  6. make server file, add nodemon, express and run the server

  7. connect to db mongo db atlas, use mongoose to interact with db

  8. make user model

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published