Skip to content

This tutorial is all about the MERN stack. We are going to explore this popular stack and how to use it by developing a simple CRUD (create, read, update, and delete) application from scratch. In this part, we will work with React to build out the front-end portion of our app.

Notifications You must be signed in to change notification settings

Abhinav-26/MERN_A_to_Z_Client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN_A_to_Z_Client

To Run the app (Client - React)

Make sure you are in - MERN_A_to_Z_Client/mern_a_to_z_client/ directory & type the following command

$ npm install
$ npm start

To Explore all features in this project you need to connect the server first. Here you will find the necessary files (backend/server).

GitHub Repo - Backend/Server

https://github.com/nurislam03/MERN_A_to_Z

Read My Article about this server side coding

LogRocket Article Link

About

This tutorial is all about the MERN stack. We are going to explore this popular stack and how to use it by developing a simple CRUD (create, read, update, and delete) application from scratch. In this part, we will work with React to build out the front-end portion of our app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.7%
  • HTML 10.1%
  • CSS 6.6%
  • Dockerfile 2.6%