Skip to content

This repo contains React and express connected as a mern stack starter file for full-stack development. There are Two Separate folder server and client.

Notifications You must be signed in to change notification settings

recurrenc/React-express-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MERN STACK STARTER

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.

How to run server

  • Clone Repository from Github and run npm install in both directory
  • Go to server directory and run npm 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.

Contributer's Profile

Sonu Kumar

Folder Structure

.
├── 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

P R O J E C T S

About

This repo contains React and express connected as a mern stack starter file for full-stack development. There are Two Separate folder server and client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published