/express-playgound

Primary LanguageJavaScriptMIT LicenseMIT

Express Playground

Run

  1. docker-compose up -d to start Redis DB
  2. npm install to install dependencies
  3. npm start to start server

Debug in VS Code

  1. Go to Debug View
  2. Choose nodemon in drop-down
  3. Start
  4. Open browser at localhost:3333

The server will restart automatically on file changes.