오픈 소스, 그 다양한 경험1
- Trello 구조 : SPA(Single Page Application)를 한번 생성해봐야겠다는 생각이 들게함.
- https://github.com/azat-co/hackhall
-
http://charless.org
나에겐 생소한 오픈 소스 관련 기술들
개발IDE
Client
- Backbone.js : 자바스크립트를 MVC 패턴으로 개발할 수 있게 도와주는 자바스크립트 라이브러리
- jQuery
- Bootstrap
- requirejs
Server
- Node.js
- Express.js( web application framework for node.js)
DB
- MongoDB
- MongoDB hosting : database as a service by MongoLab
- MongoDB nodejs driver : Mongolian
Hosting
Git
- Github
- 가장 간단한 사용법만을 숙지
git init
git status
git remote add origin <원격 서버 주소>
git add [option]
git commit -m(a) “log message…”
git push origin master
등등...
결과물
- http://crossfitwod.herokuapp.com 아직도 이것저것 적용, 테스트 중임.
blog comments powered by Disqus