Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 283 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 283 Bytes

Now

A chat app with an eye for immediacy

Setup

  1. npm install
  2. Create an .env file at src/server/.env and populate with the correct credentials
    1. (accessible in Heroku)

Running

  1. npm run dev (run client and server)
  2. npm run client
  3. npm run server