https://github.com/ankeetmaini/dogstagram
https://github.com/ankeetmaini/dogstagram
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankeetmaini/dogstagram
- Owner: ankeetmaini
- Created: 2020-02-04T02:34:22.000Z (over 6 years ago)
- Default Branch: web
- Last Pushed: 2023-01-07T14:26:38.000Z (over 3 years ago)
- Last Synced: 2025-04-05T10:31:17.327Z (about 1 year ago)
- Language: TypeScript
- Size: 3.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# dogstagram
> a simple app to test native app and web with nextjs (probably)
## running
```
yarn
yarn start (in one terminal)
yarn android (in another) // with emulator or physical device connected
```