Last active
November 22, 2015 15:43
-
-
Save anhnt/c88bb4dac89b550da886 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cài đặt nodejs, ruby installer (add to path) | |
mở commandline với quyền admin/root | |
gem install compass | |
npm install grunt-cli -g | |
npm install bower -g | |
cd đến thư mục dự án | |
npm install | |
bower install | |
grunt serve | |
Web sẽ chạy trên cổng 9000 | |
user/pass: test/123456 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment