0-Set Up
Video
Steps
Let's build an app that a student from a previous cohort built. It's a storefront app for a cheese shop, built by Gary Shew. Everything in this was built by him and is his work. We just really liked it, so we thought we'd teach it to you.
The app that you'll be building is just a static storefront. One single view of an app that a user might see if they navigate to a page.
That's the app. Let's get started by opening the starter project.
Let's grab the starter project by going to this URL.
Click Clone or Download.
Click Download Zip.
Add the folder to the proper place in your projects folder. Note the path will be different based on where you're keeping this project:
After you've downloaded it, go ahead and open it up in Sublime by going to File -> Open Folder.
Let's rename the project to StoreAppDemo.
That's all for now.
Last updated