Plistinator online using MERN stack
The steps are:
- Run a local mongo instance
- Run the server
- Run the client
- Open the client in a browser
Note that shell commands below are run relative to the top directory of this repository.
- Install Docker locally
- If using VSCode Install the Docker extension
- More documentation on the VS Code extension
- Or run from the command line:
docker-compose -f "docker-compose.yml" up -d --build- Use the VSCode
package.jsonintegration in the node.js extension to run- NPM SCRIPTS > server/package.json > start - server
- Or run from the command line:
cd server
nodemon --watch 'src/**/*.ts' --exec "ts-node" src/server.tsThe result should look as follows (screenshot from VS Code terminal)
- Use the VSCode
package.jsonas for the server above but select- NPM SCRIPTS > client/package.json > start - client
- Or run from the command line:
cd client
npm startMERN Stack Web Development with Ultimate Authentication Build Ultimate Authentication Boilerplate Project with MERN Stack from Scratch to Digital Ocean Cloud Servers

