Created
January 13, 2018 10:57
-
-
Save jeffersonsouza/4f589c9bc88047b7e96092464700318c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #!/bin/bash | |
| rm -fR ~/ionic/EventsApp | |
| cd ~/ionic | |
| git clone https://github.com/cursodeionic/events-app.git | |
| cd events-app | |
| npm install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment