- Git Workflows
- Google Cloud - Mobile Backend
- Setup PhoneGap on Windows
- Github Markdown Cheatsheet
- onsenui.io
- Onsen UI and PhoneGap – Getting Started
- MEAN.JS;
- MEAN.io vs MEAN.JS
- Mobile Apps with Phonegap and Yeoman
After run setx
command, it need to restart cmd.exe
- Install wget-1.11.4-1-setup.exe
setx path "%path%;%ProgramFiles(x86)%\GnuWin32\bin"
- Install node.js from nodejs.org (use default settings).
wget http://nodejs.org/dist/v0.10.29/x64/node-v0.10.29-x64.msi
start node-v0.10.29-x64.msi
- Install npm from nodejs.org .
wget http://nodejs.org/dist/npm/npm-1.4.12.zip
- Extrace to node.js install path
%ProgramFiles(x86)%/nodejs
setx path "%path%;%appdata%\npm"
npm version
- Install ant
npm install -g ant
setx path "%path%;%appdata%\npm\node_modules\ant\ant\bin"
ant -version
- Install PhoneGap
npm install -g phonegap
phonegap --version
will show help
- Install Cordova
npm install –g cordova
cordova --version
will show help
- Install Android SDK
- Get the Android SDK
setx ANDROID_HOME "<installation location>\android-sdk-windows"
setx PATH "%PATH%;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools"
android -h
- Instan MongoDB
- Clone 'BookTime' from github
- Install MongoDB
- Install Grunt
npm install -g grunt-cli
- run grunt => Drive:\GitHub\BookTime\MEAN>grunt แล้วเปิด http://localhost:3003/ ที่ browser
- คำสั่ง grunt copy จะ copy จาก MEAN\public ไป phonegap\web
- ถ้ารัน host ด้วย grunt ไว้ ทันทีที่มีไฟล์ถูกแก้ไข ภายใต้ MEAN\public มันก็จะรัน grunt copy ให้ อัตโนมัติ
- Run
- moc mongo
- D:\GitHub\BookTime\MEAN>grunt
- moc phonegap serve
- ระวังเข้า Git
- MongoDB
- node-module
- css ใช้ Ionic เป็นหลัก
- ng => angular
- แก้ ss ที่ mean/public/module/core/css
- ดู rount ทุกอัน /config เช่น ..modules/font/config
- ดู css ทุกอัน /config เช่น ..modules/font/css
- ไฟล์รูป D:\GitHub\BookTime\MEAN\public\res\screen\share\2x
- Angular-carousel
- เนื่องจากคำนวณ 3DTransform ระหว่าง slide ซึ่งต่างจากของ angular-boostrap ทำให้การแสดงผลดู continous
- [on git] (https://github.com/revolunet/angular-carousel)
- [demo] (http://blog.revolunet.com/angular-carousel/)
- [code of demo] (https://github.com/revolunet/angular-carousel/blob/master/index.html)
- etc
- image manipulation
- npm install imagemagick
- https://github.com/rsms/node-imagemagick