https://github.com/rifandani/expo-template
Expo typescript template
https://github.com/rifandani/expo-template
async-storage eslint expo husky lint-staged prettier react-native react-navigation react-query redux-persist redux-toolkit
Last synced: 7 months ago
JSON representation
Expo typescript template
- Host: GitHub
- URL: https://github.com/rifandani/expo-template
- Owner: rifandani
- Created: 2021-07-18T07:33:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T14:49:12.000Z (about 4 years ago)
- Last Synced: 2025-01-21T15:49:13.623Z (9 months ago)
- Topics: async-storage, eslint, expo, husky, lint-staged, prettier, react-native, react-navigation, react-query, redux-persist, redux-toolkit
- Language: TypeScript
- Homepage:
- Size: 373 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Expo Template
---
## Libraries 👜
| Service | Description |
| :--------------------------------------------------------------------------: | :-----------------------: |
| [expo](https://expo.io/) | React Native Framework |
| [typescript](https://typescriptlang.org/) | Typed Javascript |
| [eslint](https://eslint.org/) | Javascript Linter |
| [prettier](https://prettier.io/) | Code Formatter |
| [husky](https://typicode.github.io/husky/) | Git Hooks |
| [redux-toolkit](https://redux-toolkit.js.org/) | Redux toolset |
| [redux-persist](https://github.com/rt2zz/redux-persist) | Persisting redux state |
| [async-storage](https://react-native-async-storage.github.io/async-storage/) | React native data storage |
| [react-query](https://react-query.tanstack.com) | Server state manageent |## Usage 🏀
[](https://expo.io/@rifandani/expo-typescript-template)
Untuk menjalankan project ini di local, ikuti langkah berikut:
1. Clone repo ini
2. Jalankan `yarn install` atau `npm install`
3. Jalankan `yarn start` untuk menjalankan expo metro bundler## Change Log 📜
Digunakan untuk tracking major update dan breaking changes terhadap project.
Silahkan baca [CHANGELOG.md](https://github.com/rifandani/expo-template/blob/main/CHANGELOG.md) untuk mengetahui lebih detailnya.