Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subicura/devstudy-sample-angularjs
devstudy angularjs sample
https://github.com/subicura/devstudy-sample-angularjs
Last synced: 29 days ago
JSON representation
devstudy angularjs sample
- Host: GitHub
- URL: https://github.com/subicura/devstudy-sample-angularjs
- Owner: subicura
- Created: 2013-10-04T02:43:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-04T02:52:49.000Z (about 11 years ago)
- Last Synced: 2023-03-18T02:45:43.033Z (almost 2 years ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
devstudy-sample-angularjs
=========================devstudy angularjs sample
설정방법
git clone [email protected]:subicura/devstudy-sample-angularjs.git
cd devstudy-sample-angularjs
npm install
bower install
grunt server테스트 API 서버 설정
git clone [email protected]:subicura/devstudy-sample-angularjs-server.git
cd devstudy-sample-angularjs-server
bundle install
rake db:migrate
rails serverserver : https://github.com/subicura/devstudy-sample-angularjs-server