- Eventsforce app
yarn install
yarn test
- run unit testsyarn web
- run locally on web.- uses
/apps/Main.js
as entry point
- uses
- 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
- uses