https://github.com/runtime-error786/social-media-website
https://github.com/runtime-error786/social-media-website
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runtime-error786/social-media-website
- Owner: runtime-error786
- Created: 2024-02-01T11:50:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T12:39:21.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T08:22:49.919Z (12 months ago)
- Language: JavaScript
- Size: 443 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
In this project, there are two roles: guest and customer. The main agenda of this app is to create a small social media platform.
git clone https://github.com/your-username/folder_name.git
## Step 1: Start the Metro Server
```bash
# using npm
npm start
# OR using Yarn
yarn start
```
## Step 2: Start your Application
# using npm
npm run android
# OR using Yarn
yarn android
```
### For iOS
```bash
# using npm
npm run ios
# OR using Yarn
yarn ios
```
If everything is set up _correctly_, you should see your new app running in your _Android Emulator_ or _iOS Simulator_ shortly provided you have set up your emulator/simulator correctly.
This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.
## Congratulations!











