Last active
October 27, 2019 08:05
-
-
Save paven/97175e6d0b12eefc0c63406640765b96 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
npm install -g create-react-kotlin-app | |
create-react-kotlin-app organiser | |
cd organiser | |
git init | |
#setup repository on github | |
# - https://github.com/new | |
# - name it organiser | |
# - copy the url - something like - [email protected]:paven/organiser.git - use below | |
git remote add github [email protected]:paven/organiser.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment