/mygym-demo-project

Primary LanguageTypeScriptMIT LicenseMIT

MyGYM Demo project

Install

First, clone the repo via git and install dependencies:

cd your-project-name
yarn

Starting Development

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

yarn dev

Packaging for Production

To package apps for the local platform:

yarn package