https://github.com/procw/socialapp-react-native
https://github.com/procw/socialapp-react-native
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/procw/socialapp-react-native
- Owner: procw
- License: mit
- Created: 2022-03-09T22:00:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T22:01:04.000Z (over 4 years ago)
- Last Synced: 2025-10-30T18:50:45.531Z (8 months ago)
- Language: JavaScript
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Title
Mocha App
## Getting Started
Please follow the below instruction get it running.
### Prerequisites
```
node
```
### Installing
```
npm install -g yarn
npm install -g expo-cli
yarn
```
### Running
```
yarn start
```
### Testing
```
yarn lint // Run eslint (all js/jsx files)
yarn lint-fix // Fix linting issues
```
### Translate
```
yarn translate
```