Commit a5379b28cf1d95d68c8771a60030d7cb3df652d8
1 parent
0fe3b813
Exists in
master
and in
2 other branches
Add depends
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
| ... | ... | @@ -25,7 +25,7 @@ An hybric mobile application for "III Conferência Nacional da Juventude". |
| 25 | 25 | This application is built on top of Ionic, so you need this framework. |
| 26 | 26 | |
| 27 | 27 | 1. Make sure you have Node.js installed |
| 28 | -2. `npm install -g cordova ionic` | |
| 28 | +2. `npm install -g cordova ionic gulp gulp-util gulp-concat gulp-sass gulp-minify-css gulp-rename bower shelljs` | |
| 29 | 29 | 3. `cd confjuvapp` |
| 30 | 30 | 4. `ionic build (android|ios)` |
| 31 | 31 | 5. `ionic emulate (android|ios)` |
| ... | ... | @@ -50,4 +50,4 @@ by going to http://confjuv/www and any other request path will be forwarded to N |
| 50 | 50 | ProxyPass / http://localhost:3000/ |
| 51 | 51 | ProxyPassReverse / http://localhost:3000/ |
| 52 | 52 | </VirtualHost> |
| 53 | 53 | -``` |
| 54 | +``` | |
| 54 | 55 | \ No newline at end of file | ... | ... |