Skip to content

mukhortov/worklog

Repository files navigation

Starting Development

Install dependencies

yarn install

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for the local platform:

yarn package