Skip to content

Sample client app based on AngularJS for the GreetingsApp

Notifications You must be signed in to change notification settings

bergacat1/weathercatJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GreetingsJS

Simple AngularJS client for the GreetingsApp, a Spring web application providing a RESTFul JSON API consumed by this client. The GreetingsApp is available from https://github.com/rogargon/greetingsApp

To run locally, you need first node.js and its package manager (npm) installed. You can get them from http://nodejs.org/.

Then, use npm to install the dependencies in package.json, currently just the http-server module:

npm install

And to run the server on http://localhost:8000

npm run-script server

There is also a Procfile to run http-server once deployed to Heroku that calls npm start, which is intended just to run the application there.

About

Sample client app based on AngularJS for the GreetingsApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.4%
  • CSS 33.6%