mikkelhegn / self

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP-TS template

This is a simple template to get started with spin-js-sdk using typescript.

Build

npm install
spin build

Run

spin up

Or, use spin watch to run the app and rebuild on any changes to package.json or the files in src.

Use e.g. curl -v http://127.0.0.1:3000/hello to test the endpoint.

About


Languages

Language:JavaScript 58.2%Language:TypeScript 41.8%