This repo contains React and express connected as a mern stack starter file for full-stack development made by Sonu Kumar. There are Two Separate folder server and client.
- Clone Repository from Github and run
npm install
in both directory - Go to
server
directory and runnpm run dev
and serve project on your web browser on http://localhost:3000 and for backend go to http://localhost:5000 for backend and fetch from/api/users
.
- Email: [email protected]
- Mobile: 8294008226
- Github: Sonu Kumar
- LinkedIn: Sonu Kumar
.
├── Client
│ ├── node_modules
│ ├── public
│ ├── src
│ │ ├── components
│ │ │ └── Contains all components
│ │ ├── App.css
│ │ ├── App.js
│ │ └── index.js
│ ├── .gitignore
│ ├── LICENSE
│ ├── package-lock.json
│ └── package.json
├── server
│ ├── node_modules
│ ├── .gitignore
│ ├── package-lock.json
│ ├── package.json
│ └── server.js
└── README.md