Warning: Trying to access array offset on value of type null in /var/www/arbihaza.com/wp-content/themes/kahuna/includes/loop.php on line 295

HTML5 Mobile Programming

Students will learn about JavaScript framework that enables developers to build web apps for any modern device and includes 115+ fully supported components that easily integrate with React and Angular.

Installation

  • Download and Install Sencha Cmd 6.6.0 from the following link: https://www.sencha.com/products/extjs/cmd-download/
    • For Windows users, add the following path to the Environment Variable: C:\Users\[yourusername]\bin\Sencha\Cmd
    • To ensure the Sencha Cmd is successfully installed, open Command Prompt and type this command: sencha
    • If you get information about Sencha Cmd version, you are good to go.
  • Download the Ext JS 6.2.0 SDK from this link.
    • It is advised to create a new directory “sencha-sdks” in “home” directory of your PC.
      Extract the Ext JS 6.2.0 SDK into it:
      • C:\Users\[yourusername]\sencha-sdks\    # Windows
      • /Users/[yourusername]/sencha-sdks/       # Mac OS X
      • /home/[yourusername]/sencha-sdks/       # Linux
  • Download the Ext JS 6.2.0 documentation from this link.
    • It is advised to extract the documentation in the Ext JS 6.2.0 SDK directory:
      • C:\Users\[yourusername]\sencha-sdks\ext-6.2.0\    # Windows
      • /Users/[yourusername]/sencha-sdks/ext-6.2.0/       # Mac OS X
      • /home/[yourusername]/sencha-sdks/ext-6.2.0/       # Linux
    • Optionally, you can rename the documentation folder from extjs-620-docs to docs for easier access.
  • Example: FrontEnd & BackEnd