Prerequisite: have yarn
installed globally.
If on ubuntu or other unix systems, might require super user permission since the script will install expo-cli
globally.
- Run:
./init.sh project_name optional_folder_to_put_project_in
- In the interactive prompt, recommend to select
Typescript
blank inManaged
workflow - To run the web version: navigate to the project folder (
optional_folder_to_put_project_in/project_name
), then runyarn web
.