Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 478 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 478 Bytes

Express-Cookie

Local development setup

This sample uses cookies so it does not work with Localhost. You must put a proxy in front of the sample to give it a TLS certificate and host on port 443.

  1. Setup HTTPS proxy to http://localhost:3000

  2. Copy and modify local development config

    cp config/local-development.sample.js config/local-development.js
  3. Install dependencies

    yarn
  4. Start app

    yarn dev