Skip to content

claudiotellez/jspm-angular-core

 
 

Repository files navigation

jspm-angular-core

An AngularJS starter project using JSPM and ES6.

I am building this project in tutorials on my YouTube channel. The master branch is the latest sum of all the parts, and each branch listed below pertains to the parts covered in each video.

To get the code in this repository, open a command terminal and change to the directory where you want to keep your project. Then run the following command:

git clone https://github.com/bjanderson/jspm-angular-core.git

Then switch to the branch that you want by running:

git checkout [branch-name]

For example, git checkout setup

And finally to begin working on the code in that branch, create a new branch for your changes by running:

git checkout -b [new-branch-name]

Here are the branches and their corresponding YouTube videos:

About

An AngularJS starter project using JSPM and ES6.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.8%
  • CSS 3.3%
  • HTML 2.9%