Skip to content

jsmobify/workshop--adaptivejs-site-1x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

#Adaptive.js Workshop

The example site for this workshop is Merlin's Potions, a mock e-commerce site that peddles potions and spell books.

We use Git to switch between the steps in the workshop. Look through some of Git's documentation if you're not already familiar with Git. Also, we use Require.js in most of the JavaScript files in the project. Its documentation is found here.

Follow the installation steps in the Workshop Pre-requisites section below to get your computer ready for the workshop. Once you're done, follow the directions in the Ready to Start section.

##Workshop Pre-requisites

To run this workshop, install all the prerequisites. Follow steps in the Install the Adaptive.js SDK tutorial to install everything correctly.

To install the workshop:

  1. Launch the Terminal app.

  2. In the terminal, change directories to your development folder with the command:

    cd path/to/my/project/folder
    
  3. Run the following command to clone the Merlin's Potions sample site workshop repository:

    git clone https://github.com/mobify/workshop--adaptivejs-site.git
    
  4. Change directories to the newly-created folder for the workshop site:

    cd workshop--adaptivejs-site/
    

##Ready to Start

Once you install the workshop, you're ready to move on to the next step.

  1. In the workshop--adaptivejs-site directory, run the following command to proceed to the project set up branch:
git checkout set-up
  1. Now, follow this link to the directions in the set up branch README.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published