Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 817 Bytes

File metadata and controls

46 lines (31 loc) · 817 Bytes

How to Create your first React-App



Steps Create App in React js:

1)Create Folder.

2)Open this Folder. Then go to searchbar and clear all clear and type "cmd" + enter and then the Command Prompt will Open.

3)npx create-react-app

4)cd project-name

5)npm start

6)npm install -g create-react-app npx create-react-app my-app cd my-app npm start

Frontend and Backend source Start Codes:

Frontend:

  1. npm start

Backend:

  1. cd src
  2. cd Backend
  3. npm install express mongoose
  4. npm install axios
  5. npm install dotenv
  6. npm install cors
  7. npm install -g nodemon
  8. npm install body-parser
  9. nodemon start npm install express mongoose axios dotenv cors -g nodemon body-parser

nodemon start

Login Page: npm install express mongoose cors dotenv jsonwebtoken bcrypt