Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 256 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 256 Bytes

Tiny app platform

TAP is a platform to create small appps.

Installation

Use npm.

npm install
npm run build

Usage

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

Go to http://localhost:3000