Skip to content

ejadull/angular-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video App AngularJS SPA

See the live demo

Live Demo

This are the steps required to set up your environment

  1. Install Node Package Manager

    sudo apt-get update
    sudo apt-get install npm
    
  2. Install project dependencies

    sudo npm install (In the project root)
    sudo npm install gulp -g (Install gulp globally)
    
  3. Run Gulp

    gulp local (In the project root)
    

    Note: If you got an error /usr/bin/env: node: No such file or directory, then fix the namespace by doing

    sudo ln -s /usr/bin/nodejs /usr/bin/node
    

About

This is an AngularJS tutorial for beginners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published