Comparing re-rendering between:
and between different update levels (if available):
The project uses Lerna to re-use modules from pakages/common
. Before you start you need to
install all packages:
npm ci && npm run lerna-bootstrap
Use this mode to play around with UPDATE_LEVEL
or BOARD_SIZE
from packages/common/index.ts
npm run start-dev
Script above will open React and Vue dev servers.
Use this mode to benchmark production builds.
Run http servers once…
npm run serve-built
… then you may build many times all packages by:
npm run build