Skip to content

Smithsoft/plist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plist

Plistinator online using MERN stack

Getting Started

Local Development

Pre-requisites & overview

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.

Running a Development Mongo locally

docker-compose -f "docker-compose.yml" up -d --build

Run the Server locally

  • Use the VSCode package.json integration in the node.js extension to run
    • NPM SCRIPTS > server/package.json > start - server

screenshot of running the server via npm scripts


  • Or run from the command line:
cd server
nodemon --watch 'src/**/*.ts' --exec "ts-node" src/server.ts

The result should look as follows (screenshot from VS Code terminal)

screenshot from VS Code terminal

Run the Client locally

  • Use the VSCode package.json as for the server above but select
    • NPM SCRIPTS > client/package.json > start - client
    • Or run from the command line:
cd client
npm start

References

MERN Stack Web Development with Ultimate Authentication Build Ultimate Authentication Boilerplate Project with MERN Stack from Scratch to Digital Ocean Cloud Servers

About

Plistinator online using MERN stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published