Skip to content

The MERN client created in my Medium story: MERN Tutorial - Designing a Client

Notifications You must be signed in to change notification settings

runefa/MERN_Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MERN_Client

The MERN client created in my Medium story: MERN Tutorial - Building a Web App.

How to start the server

  • Type mongod-dbpath <mongo-data-dir> to start the Mongo daemon in the background (the database used for this project)
  • Type DEBUG=server:* npm start in your server directory to start the server

How to start the client

  • Type PORT=3001 REACT_APP_SERVER="http://localhost:3000/" npm run start in your client directory to start the client
    • REACT_APP_SERVER is where your HTTP Requests are made, can be external

About

The MERN client created in my Medium story: MERN Tutorial - Designing a Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published