Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehanson committed May 10, 2024
1 parent 5c69643 commit 220141c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ Here are some of what gets configured when you start a new Belt app:
- TypeScript
- Jest
- React Native Testing Library
- Custom testing "render" function to facilitate testing
- MSW for mocking
- Directory structure
- React Navigation (tab navigator coming soon!)
- Tanstack Query (for REST APIs) or Apollo Client (for GraphQL) (coming soon!)
- Redux for global state (coming soon!)
- React Navigation with bottom tabs
- Tanstack Query for REST APIs. Apollo Client for GraphQL coming soon!
- Redux Toolkit for global state (coming soon!)

## Usage

Expand Down Expand Up @@ -54,13 +52,13 @@ then run the command you'd like to perform:

```sh
# eg. add TypeScript to the project
yarn belt typescript
yarn belt add notifications

# or, with NPM
npx belt typescript
npx belt add notifications

# or, with PNPM
pnpm belt typescript
pnpm belt add notifications
```

## Contributing
Expand Down

0 comments on commit 220141c

Please sign in to comment.