Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)