Skip to content

senchalearn/ThemeDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check out the live demo!

The tutorial includes several checkpoints:

Using this repository to follow the screencast

First, you'll have to clone this repository:

git clone git://github.com/senchalearn/ThemeDemo.git

Change into the directory:

cd ThemeDemo

By default, the git clone command will only create the master branch locally. If you want to study the code at each checkpoint, you will have to fetch each of the other branches. You can do so by running the following:

git checkout -b 0_cmd_generated_app origin/0_cmd_generated_app
git checkout -b 1_default_theme origin/1_default_theme
git checkout -b 2_platform_themes origin/2_platform_themes
git checkout -b 3_base_theme origin/3_base_theme