-
Notifications
You must be signed in to change notification settings - Fork 7
Przygotowanie stanowiska
Damian Kolenda edited this page Aug 2, 2020
·
3 revisions
Przeglądarki: (wymagane co najmniej te obie)
Git: https://git-scm.com/downloads
Java 8: https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Python2: https://www.python.org/downloads/windows/
Ruby: https://rubyinstaller.org/
PostgresSQL: https://www.postgresql.org/download/
NVM: (dla windows) https://github.com/coreybutler/nvm-windows (dla linux) https://github.com/nvm-sh/nvm
node: uwaga! trzeba to zrobić w ten sposób. Jeśli ktoś już posiada node musi go odinstalować.
- nvm install 10.16.3
- nvm use 10.16.3
Paczki npm:
- npm i -g yarn
- npm install -g gulp
- npm i -g solidarity solidarity-react-native
- npm i -g @nestjs/cli
- npm i -g typescript
- npm i -g lerna
- npm i -g ts-node
- npm i -g nodemon
IDE: https://code.visualstudio.com/
Z tej strony https://facebook.github.io/react-native/docs/getting-started wykonać punkty:
- 1.Install Android Studio
- 2.Install the Android SDK
- 3.Configure the ANDROID_HOME environment variable
- 4.Add platform-tools to Path
Postman / Insomnia: (do wyboru kto co woli) https://www.getpostman.com/ https://insomnia.rest/