https://github.com/sergergood/angularjs
https://github.com/sergergood/angularjs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergergood/angularjs
- Owner: SergerGood
- Created: 2016-02-12T07:35:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T19:16:43.000Z (about 10 years ago)
- Last Synced: 2025-01-26T20:46:59.259Z (over 1 year ago)
- Language: JavaScript
- Size: 583 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Event Registration — Demo Application for Angular JS
This project is a sample application demonstrating a more fully developed realistic single page
angular application.
### Server
Two Servers are provided, an ASP.NET MVC server, and a node server. If using the ASP.NET server, simply start it up in IIS. If using the node server, from the command line run "npm install" and then either "server.sh" if you are on a linux box or "server.bat" if you are on a windows box.
### Running the application
Navigate your browser to `http://localhost:8000/` to see the app running in your browser. You may have to add the page to the url such as EventDetails.html depending on where you are at in the course. The port may be configured either in the node server or on IIS.