Skip to content

Example Angular Application for Schiphol Developers Workshop

License

Notifications You must be signed in to change notification settings

kel-sakal-biyik/spunky-tracker-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

spunky-tracker-client

Here we will create a small application to track Spunky's GPS location and barking.

It will consist of two components. One to measure how much noise he makes, and another one to track his movement to see if he runs around too much.

We will use angular-cli to create our application and bootstrap it. So we need to install it first.

Run npm install -g @angular/cli to install.

Done? Ok cool! Now we can create our application by running:

ng new spunky-tracker-client --skip-git -dir ./

Here we have an initial setup to start creating our components. Let's see if it is running:

ng serve

If anything goes wrong checkout to next branch: git checkout app-setup

P.S: Do not forget npm update after checkout

About

Example Angular Application for Schiphol Developers Workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published