Skip to content

Commit 24b3d1c

Browse files
committed
test app with no regex to precompile
Signed-off-by: Karthik Ganeshram <[email protected]>
1 parent b2b0cb9 commit 24b3d1c

File tree

8 files changed

+1723
-0
lines changed

8 files changed

+1723
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules
2+
dist
3+
target
4+
.spin/
5+
build/
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# `http-js` Template
2+
3+
A starter template for building JavaScript HTTP applications with Spin.
4+
5+
## Getting Started
6+
7+
Build the App
8+
9+
```bash
10+
spin build
11+
```
12+
13+
## Run the App
14+
15+
```bash
16+
spin up
17+
```
18+
19+
## Using Spin Interfaces
20+
21+
To use additional Spin interfaces, install the corresponding packages:
22+
23+
| Interface | Package |
24+
|---------------|---------------------------------|
25+
| Key-Value | `@spinframework/spin-kv` |
26+
| LLM | `@spinframework/spin-llm` |
27+
| MQTT | `@spinframework/spin-mqtt` |
28+
| MySQL | `@spinframework/spin-mysql` |
29+
| PostgreSQL | `@spinframework/spin-postgres` |
30+
| Redis | `@spinframework/spin-redis` |
31+
| SQLite | `@spinframework/spin-sqlite` |
32+
| Variables | `@spinframework/spin-variables` |

0 commit comments

Comments
 (0)