Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elsoul/skeet-app
🧪 Skeet Framework Boilerplate with Expo (React Native) + Firestore🔥
https://github.com/elsoul/skeet-app
expo firebase firestore react react-native serverless skeet typescript
Last synced: 20 days ago
JSON representation
🧪 Skeet Framework Boilerplate with Expo (React Native) + Firestore🔥
- Host: GitHub
- URL: https://github.com/elsoul/skeet-app
- Owner: elsoul
- License: apache-2.0
- Created: 2023-04-12T16:38:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-11T20:15:07.000Z (6 months ago)
- Last Synced: 2024-12-04T20:45:31.869Z (28 days ago)
- Topics: expo, firebase, firestore, react, react-native, serverless, skeet, typescript
- Language: TypeScript
- Homepage: https://skeet.dev/
- Size: 21 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![Skeet App Template](https://storage.googleapis.com/skeet-assets/imgs/samples/skeet-app-template.png)
## Skeet Expo & Firebase Boilerplate
- [Firebase - Serverless Platform](https://firebase.google.com/)
- [Google Cloud - Cloud Platform](https://cloud.google.com/)
- [Jest - Testing framework](https://jestjs.io/)
- [TypeScript - Type Check](https://www.typescriptlang.org/)
- [ESLint - Linter](https://eslint.org/)
- [Prettier - Formatter](https://prettier.io/)
- [React Native](https://reactnative.dev/)
- [Expo](https://docs.expo.dev/)
- [EAS Build](https://docs.expo.dev/build/introduction/)
- [Recoil - State Management](https://recoiljs.org/)
- [React i18n - Localization](https://react.i18next.com/)
- [twrnc - TailwindCSS](https://github.com/jaredh159/tailwind-react-native-classnames)
- [React Navigation - Routing](https://reactnavigation.org/)## What's Skeet?
TypeScript Serverless Framework 'Skeet'.
The Skeet project was launched with the goal of reducing software development, operation, and maintenance costs.
Build Serverless Apps faster.
## Dependency
- [TypeScript](https://www.typescriptlang.org/)
- [Node](https://nodejs.org/)
- [Yarn](https://yarnpkg.com/)
- [Google SDK](https://cloud.google.com/sdk/docs)## Usage
```bash
$ npm i -g firebase-tools
$ npm i -g @skeet-framework/cli
``````bash
$ skeet create
$ cd
$ skeet s
```or if you pulled this repo:
```bash
$ skeet yarn install
$ skeet s
```Open a new terminal and run:
```bash
$ skeet login
$ export ACCESS_TOKEN=
```**※ You need OpenAI API key to use ChatGPT.**
_./functions/skeet/.env_
```bash
CHAT_GPT_KEY=your-key
CHAT_GPT_ORG=your-org
```Test your app:
```bash
$ skeet test
```Open http://localhost:4000
## EAS Build
[EAS Build](https://docs.expo.dev/build/introduction/)
You need to run this command to setup EAS Build project.
(Edit app.json for example changing names and deleting "extra" to build new project.)```
yarn build:configure
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/elsoul/skeet-app This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The package is available as open source under the terms of the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
## Code of Conduct
Everyone interacting in the SKEET project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/elsoul/skeet-app/blob/master/CODE_OF_CONDUCT.md).