0-Set Up

Video

Steps

  1. 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.

  2. 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.

    Cheese Store

  3. That's the app. Let's get started by opening the starter project.

  4. Let's grab the starter project by going to this URL.

  5. Click Clone or Download. Clone or Download

  6. Click Download Zip.

    Download Zip

  7. 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:

    Extract the Zip

  8. After you've downloaded it, go ahead and open it up in Sublime by going to File -> Open Folder.

    Open in Sublime

  9. Let's rename the project to StoreAppDemo.

  10. That's all for now.

Last updated