Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elsoul/skeet-next
🧪 Skeet Framework Boilerplate with Next.js (React) + Firestore🔥
https://github.com/elsoul/skeet-next
firebase firestore google-cloud-platform nextjs react serverless tailwindcss typescript
Last synced: 25 days ago
JSON representation
🧪 Skeet Framework Boilerplate with Next.js (React) + Firestore🔥
- Host: GitHub
- URL: https://github.com/elsoul/skeet-next
- Owner: elsoul
- License: apache-2.0
- Created: 2023-06-26T18:13:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-11T20:13:24.000Z (6 months ago)
- Last Synced: 2024-12-04T20:45:32.636Z (about 1 month ago)
- Topics: firebase, firestore, google-cloud-platform, nextjs, react, serverless, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://skeet.dev/
- Size: 19.8 MB
- Stars: 8
- Watchers: 2
- 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 Next.js Template](https://storage.googleapis.com/skeet-assets/imgs/samples/WebAppBoilerplate.png)
# Skeet Framework Boilerplate
This repo will be generated from _skeet create _ .
## Usage
```bash
$ npm i -g firebase-tools
$ npm i -g @skeet-framework/cli
``````bash
$ skeet create
``````bash
$ cd
$ skeet s
```Open a new terminal and run:
```bash
$ skeet login
$ export ACCESS_TOKEN=
```**※ You need OpenAI API key to get success for default test.**
_./functions/skeet/.env_
```bash
CHAT_GPT_KEY=your-key
CHAT_GPT_ORG=your-org
```Test your app:
```bash
$ skeet test
```Open Firebase Emulator: http://localhost:4000
Open Front-end App: http://localhost:4200
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/elsoul/skeet-next 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-next/blob/master/CODE_OF_CONDUCT.md).