Skip to content

tsdk-monorepo/tsdk-quickstart

Repository files navigation

This is the repo for tsdk quick start tutorial.

Getting Started

First, install dependencies:

Recommend use pnpm

pnpm install 
pnpm run ready

Then, sync fe-sdk packakge files:

pnpm --filter=server sync-sdk

Run the backend development server:

pnpm --filter=server dev

Run the Next.js development server:

pnpm --filter=next-app dev

Open http://localhost:3000 with your browser to see the result.

Run expo (React Native):

pnpm --filter=expo-app start

About

Repo for tsdk documentation's quick start part

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published