Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 594 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 594 Bytes

Rocketchat Pwa

Rocketchat progressive web app built on Angular and apollo graphql stack using angular CLI.

npm install -g yarn
yarn install
  • mock server requires mongo for the accounts
  • mock users to login with:
    • username: eitan pass: eitan
    • username: tomer pass: tomer
  • run client & mock server:
yarn start
  • build production ready PWA with service worker support:
yarn build 
  • additional scripts in package.json