File tree Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 11## HTTP-JS template
22
3- This is a simple template to get started with spin-js-sdk.
3+ This is a simple template to get started with spin-js-sdk.
4+
5+ ### Build
6+
7+ ``` console
8+ npm install
9+ spin build
10+ ```
11+
12+ ### Run
13+
14+ ``` console
15+ spin up
16+ ```
17+
18+ Or, use ` spin watch ` to run the app and rebuild on any changes to ` package.json ` or the files in ` src ` .
19+
20+ Use e.g. ` curl -v http://127.0.0.1:3000/hello ` to test the endpoint.
Original file line number Diff line number Diff line change 11## HTTP-TS template
22
3- This is a simple template to get started with spin-js-sdk using typescript.
3+ This is a simple template to get started with spin-js-sdk using typescript.
4+
5+ ### Build
6+
7+ ``` console
8+ npm install
9+ spin build
10+ ```
11+
12+ ### Run
13+
14+ ``` console
15+ spin up
16+ ```
17+
18+ Or, use ` spin watch ` to run the app and rebuild on any changes to ` package.json ` or the files in ` src ` .
19+
20+ Use e.g. ` curl -v http://127.0.0.1:3000/hello ` to test the endpoint.
You can’t perform that action at this time.
0 commit comments