Skip to content

cybrown/tiny-app-platform

Repository files navigation

Tiny app platform

TAP is a platform to create small appps.

Installation

Use npm.

npm ci
npm run build

Usage

Start all packages and watch libs

Starts all packages with turborepo

npm start

Go to http://localhost:3000

Start backend and webclient independently

cd packages/web-client
npm start
cd packages/backend
npm start

To enable storage support

docker compose up -d
echo "MONGODB_URI=mongodb://localhost:20001" > packages/backend/.env

Check mongo-ui here: http://localhost:3003/ (creds: admin/admin)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •