Please see setup instructions in main repository first.
Start development server:
yarn dev # for localhost access, or
yarn dev:lan # for LAN access
Build project and start production server:
yarn build
yarn start
You can use the command yarn build -a
to launch the Webpack Bundle Analyzer after building.