Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Jan 10, 2024
1 parent fb5246a commit fb4a042
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# tRPC API Boilerplate ![Heisenberg](https://raw.githubusercontent.com/mkosir/trpc-fe-boilerplate/main/misc/heisenberg_75.png)

[![CI][ci-badge]][ci-url]
[![npm version][npm-badge]][npm-url]

Minimal [tRPC](https://trpc.io/) API boilerplate for separate BE-FE repositories. Easily publish fully typesafe APIs that any frontend can consume.

Expand All @@ -19,8 +18,8 @@ _Easily set up a local development environment_

- fork & clone repo
- `npm install`
- make changes to tRPC API & push - new [package](https://www.npmjs.com/package/trpc-api-boilerplate) is released 📦
- `npm install trpc-api-boilerplate` in any frontend app 🚀
- make changes to tRPC API & push - new [package](https://www.npmjs.com/package/trpc-api-boilerplate) is released 📦 [![npm version][npm-badge]][npm-url]
- install newely released package `npm install trpc-api-boilerplate` in any frontend app 🚀

## Example Repo

Expand Down

0 comments on commit fb4a042

Please sign in to comment.