Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxm7/green-me
An app to show greener consumer and b2b options. Universal Expo app built with SST.
https://github.com/lxm7/green-me
expo monorepo react sst supabase tailwind tanstack-react-query zustand
Last synced: about 16 hours ago
JSON representation
An app to show greener consumer and b2b options. Universal Expo app built with SST.
- Host: GitHub
- URL: https://github.com/lxm7/green-me
- Owner: lxm7
- License: gpl-3.0
- Created: 2024-09-22T07:38:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T13:00:45.000Z (about 2 months ago)
- Last Synced: 2024-12-18T14:19:54.281Z (about 2 months ago)
- Topics: expo, monorepo, react, sst, supabase, tailwind, tanstack-react-query, zustand
- Language: TypeScript
- Homepage:
- Size: 172 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting Started
To run locally and see all services running, open 3 terminal tabs:
## Commands
```bash
$ npm run dev
```Starts SST with Live Lambda Development environment
### /expo-next
```bash
$ npx expo start -c
```This starts the expo menu that can then run the web build as well as the react native builds, see expo menu in terminal for running
### `npm run build`
Build your app and synthesize your stacks.
### SST `npm run deploy [stack]`
Deploy all your stacks to AWS.
### `npm run remove [stack]`
Remove all your stacks and all of their resources from AWS. Or optionally removes, a specific stack.
## Documentation
Learn more about the SST.
- [Docs](https://docs.sst.dev/)
- [sst](https://docs.sst.dev/packages/sst)