Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 518 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 518 Bytes

Tap Eventsforce

  • Eventsforce app

Dev

  • yarn install
  • yarn test - run unit tests
  • yarn web - run locally on web.
    • uses /apps/Main.js as entry point

Sessions component build

  • Builds and packages the Sessions component for the Eventsforce team to consume in their own React app
  • yarn test:build - starts up dev server that uses the Session component build itself
    • uses /app/BuildTest.js as entry point