Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 631 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 631 Bytes

MERN Template

In your project's root directory, run:

In Mern-template-client folder:

  • run npm install
  • Make changes according to your project requirements
  • run npm start

In Mern-template-server folder:

  • run npm install
  • Create a .env file and add the following line in it:
    • CONNECTION_URL=mongodb_connection_string
  • Make changes according to your project requirements
  • run npm start