1.0.0 • Published 4 years ago
vanya-test3 v1.0.0
Acorn

Useful Scripts
Run lint
yarn lint --fixUpdate Snapshots
cd frontend/acorn
yarn test:updateSnapshotRun unit tests
yarn testGenerate API from schema.graphql
yarn fe:genit will generate API under frontend/graphql-api/src/gen
Configure the client
yarn fe:configureit will create frontend/acorn/config-local.json
Build webapp in production mode
yarn buildRun e2e ui tests locally
Run against local application
# make sure acorn is up and running locally
yarn fe:ciRun "headless"
# make sure acorn is not running locally
cd frontend/acorn
yarn e2eStart webapp in production mode locally
yarn start1.0.0
4 years ago