Skip to content

Dirty-Bit/Angular-Walkthrough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Angular Walkthrough

A quick walkthrough tutorial of AngularJS 1.6.x

Requires CORS fix for Chrome, as file:// protocol will be blocked when pulling in components.

It is suggested to use http-server via Node.js.

After installing Node.js, install http-server globally from npm

npm install -g http-server

Change directory to your static HTML/JS/CSS folder

cd {YOUR_DIRECTORY_HERE}

Then run the http-server, it will run on port 8080 by default and you can visit http://localhost:8080 to view html files

http-server

Version 0.1

Followed along from WalkThroughCode.

Simple single page, unstyled getting familiar with Angular.

Components

About

getting familiar with angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published