This project provides a boilerplate and guide for exercising your javascript skills.
-
Fork a copy of the master repo.
-
Create a branch from master and give it a personalized name.
-
Install the latest version of node if you have not already.
-
Install the npm modules.
-
Practice some Labs.
-
Certain steps to do before pushing code to your barnch on github is,
git add . git commit -am "Message about app"
-
Push code to your branch on github by using the command,
git push
-
Make a pull request for someone to review your code just read the [documentation] (https://help.github.com/articles/using-pull-requests).
All of our custom tools are built using the jQuery Widget Factory. Before doing any labs, read the widget factory documentation.
- Lab 2: Subscribe to create & destroy events lab.
- Lab 3: Public, private, and static properties and functions.