- Install Node.js.
- Install Python.
- Install Visual Studio and choose C++ Build Tools in installer.
- Use
npm install --global yarn
in terminal. - Use
yarn
in terminal in project folder to install all dependencies.
Start the app in the dev
environment:
yarn start
To package apps for the local platform:
yarn package