Agrovast MERN stack project

Mohammad Shohag
1 min readMay 10, 2021

Agrovast is a MERN stack project where I will share my knowledge on developing this project.

First of all I created a folder Agrovast and inside it two folder is created “client” and “server”.

Client will be using for frontend, it will be developed using react.js and the Server will be using for backend, it will be developed using node.js.

MERN = Mongodb, Express, React, Node

Inside Agrovast folder I open terminal and write

npx create-react-app client

and now client folder created with node modules and a lot of libraries. Now write cd client and again type npm start command to run it on localhost. Finally it will open as http://localhost:3000 so now We have to open vs code editor to start coding.

Open vs code using command code . you will see vs code open with the client folder if you did it on same terminal directory.

--

--

Mohammad Shohag

I write about Programming, Tech, SEO, ASO, SMM, Business Idea, Travel and many more things.