Clone the repo and install dependencies:
cd your-project-name
npm install
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package
See our docs and guides here
Clone the repo and install dependencies:
cd your-project-name
npm install
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package
See our docs and guides here