https://github.com/arpit2438735/angularjs-shopinventory
Sample how to write code in AngularJs
https://github.com/arpit2438735/angularjs-shopinventory
Last synced: about 2 months ago
JSON representation
Sample how to write code in AngularJs
- Host: GitHub
- URL: https://github.com/arpit2438735/angularjs-shopinventory
- Owner: arpit2438735
- Created: 2014-05-14T13:23:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-18T19:23:43.000Z (almost 11 years ago)
- Last Synced: 2025-01-14T08:32:16.271Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AngularJs-ShopInventory
=======================###Prerequisite
1. Node.js install ```sudo apt-get install nodejs```
2. ```npm install express``` to run the app
3. ```npm install karma``` to run test casesClone the project and run ```node server.js``` and on browser type ```localhost:3000```