Skip to content

Instantly share code, notes, and snippets.

@paven
Last active October 27, 2019 08:05
Show Gist options
  • Save paven/97175e6d0b12eefc0c63406640765b96 to your computer and use it in GitHub Desktop.
Save paven/97175e6d0b12eefc0c63406640765b96 to your computer and use it in GitHub Desktop.
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 - git@github.com:paven/organiser.git - use below
git remote add github git@github.com:paven/organiser.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment