Follow this article to install and start the MongoDB database on your local machine.
To run the project first start the MongoDB server as explained above and then execute the following commands in sequence from the multi-step-form-using-mern
folder.
1. yarn install
2. yarn build
3. cd server
4. yarn install
5. yarn start
and access your application on http://localhost:3030/
This project was bootstrapped with Create React App.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.