Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lauterry/angularaddressbook
https://github.com/lauterry/angularaddressbook
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lauterry/angularaddressbook
- Owner: lauterry
- Created: 2012-06-29T13:38:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-09T22:35:20.000Z (over 12 years ago)
- Last Synced: 2024-10-14T10:35:18.691Z (25 days ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AngularAdressBook
=================Démarrer votre application web. Pour cela :
- Si vous avez installé node.js :
-Ouvrir un terminal et placer vous dans le répertoire AngularAddressBook
- Executer la commande node ./scripts/web-server.js pour démarrer le server web.
- Ouvrir votre navigateur et naviguer vers le lien http://localhost:8000/app/index.html
- Si vous avez installé un autre serveur http :
- Configurer ce dernier pour qu’il serve les fichiers du répertoire AngularAddressBook
- Ouvrir votre navigateur et naviguer vers le lien http://localhost:[port-number]/[context-path]/app/index.html