chatty
A WhatsApp clone with React Native and Apollo (Tutorial)
File Explorer
Download Latest Version (.zip)- root.tmpl
- step1.tmpl
- step2.tmpl
- step3.tmpl
- step4.tmpl
- step5.tmpl
- step6.tmpl
- step7.tmpl
- step8.tmpl
- root.md
- step1.md
- step2.md
- step3.md
- step4.md
- step5.md
- step6.md
- step7.md
- step8.md
- root.md
- step1.md
- step2.md
- step3.md
- step4.md
- step5.md
- step6.md
- step7.md
- step8.md
- root.md
- step1.md
- step2.md
- step3.md
- step4.md
- step5.md
- step6.md
- step7.md
- step8.md
- step1-4.png
- step1-7.png
- step1-8.png
- step10-15.gif
- step2-3.png
- step2-7.png
- step3-10.gif
- step3-2.gif
- step3-6.gif
- step3-8.png
- step4-10.gif
- step4-12.gif
- step4-13.gif
- step4-2.png
- step4-4-2.png
- step4-4.png
- step4-5.png
- step4-9.gif
- step5-2.png
- step5-6.gif
- step5-8.png
- step5-9.gif
- step6-11.gif
- step6-13.gif
- step6-4.gif
- step7-11-1.png
- step7-11-2.png
- step7-11-3.png
- step7-11-4.png
- step7-24.gif
- step7-29.gif
- step7-32.gif
- config.js
- Entypo.ttf
- EvilIcons.ttf
- Feather.ttf
- FontAwesome.ttf
- Foundation.ttf
- Ionicons.ttf
- MaterialCommunityIcons.ttf
- MaterialIcons.ttf
- Octicons.ttf
- SimpleLineIcons.ttf
- Zocial.ttf
- MainActivity.java
- MainApplication.java
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- strings.xml
- styles.xml
- AndroidManifest.xml
- BUCK
- build.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- BUCK
- debug.keystore.properties
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- LaunchScreen.xib
- Contents.json
- Contents.json
- AppDelegate.h
- AppDelegate.m
- Info.plist
- main.m
- Info.plist
- Info.plist
- chatty-tvOS.xcscheme
- chatty.xcscheme
- project.pbxproj
- chattyTests.m
- Info.plist
- auth.actions.js
- message-input.component.js
- message.component.js
- selected-user-list.component.js
- constants.js
- create-group.mutation.js
- create-message.mutation.js
- delete-group.mutation.js
- group-added.subscription.js
- group.fragment.js
- group.query.js
- leave-group.mutation.js
- login.mutation.js
- message-added.subscription.js
- message.fragment.js
- signup.mutation.js
- user.query.js
- auth.reducer.js
- finalize-group.screen.js
- group-details.screen.js
- groups.screen.js
- messages.screen.js
- new-group.screen.js
- settings.screen.js
- signin.screen.js
- app.js
- navigation.js
- .babelrc
- .buckconfig
- .flowconfig
- .gitattributes
- .gitignore
- .watchmanconfig
- app.json
- index.js
- package-lock.json
- package.json
- yarn.lock
- connectors.js
- logic.js
- mocks.js
- resolvers.js
- schema.js
- config.js
- index.js
- subscriptions.js
- .env
- .eslintrc.js
- .gitignore
- CONTRIBUTING.md
- LICENSE.md
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/srtucker22/chatty
Downloads the entire project code from GitHub to your computer.
cd chatty
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd client/android/app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
3. Node.js
EasyPrerequisites
npm install # install server dependencies
Downloads and installs the libraries listed in package.json.
cd client && npm install # install client dependencies
Moves into the project folder you just downloaded.
npm start # start the server
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
