Skip to content

ufo-github/angular1-starter-course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngClassifieds - Source Code for Getting Started with Angular 1.x

This is the source code for my course Getting Started with Angular 1.x available at Scotch School.

To run the app, first install the dependencies with npm.

npm install

Then serve the app with whichever web server you like. You can use http-server for a quick solution.

npm install -g http-server
http-server

License

MIT

About

Code for the Scotch School course by @chenkie: Getting Started with Angular 1.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.0%
  • JavaScript 46.8%
  • CSS 3.2%