Create a new project
Expo project generator
Open terminal / Cygwin and run the following command:
expo init courseview
Select blank from the template list
This should create a new folder courseview with some sample code
Navigate to the directory:
cd courseview
You can open the folder from VSCode
Run the project
expo start