This page contains the slides/resources you may need for our Mobile App Dev with iOS workshop.
Date | Time | Location |
---|---|---|
29 Jul 2022 | 6.30 to 8.30pm | 31-04-09 |
05 Aug 2022 | 6.30 to 8.30pm | TBC |
Open the corresponding slides in the links above
You can edit the slides here
You'll need the following
- NodeJS
- PNPM
Installing them from Volta is the recommended way:
volta install node && \
volta install npm && \
volta install pnpm
The repository is set up as a PNPM workspace, so you'll only need to install dependencies once:
pnpm install
After which, you can start working on the content.