The MERN client created in my Medium story: MERN Tutorial - Building a Web App.
- Type
mongod-dbpath <mongo-data-dir>to start the Mongo daemon in the background (the database used for this project) - Type
DEBUG=server:* npm startin your server directory to start the server
- Type
PORT=3001 REACT_APP_SERVER="http://localhost:3000/" npm run startin your client directory to start the client- REACT_APP_SERVER is where your HTTP Requests are made, can be external