Skip to content

Commit bb991e8

Browse files
authored
chore: add instructions on how to run TS app
Should be in cd71fb1 commit. Part of #35 [skip ci]
1 parent b090ac2 commit bb991e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Generates the endpoints (or a whole app) from a mapping (SQL query -> URL)
5656
| Language | Commands to run the application |
5757
| -----------| --------------------------------|
5858
| JavaScript | <pre>$ npm install<br/>$ export DB_NAME=my-db DB_USER=my-user DB_PASSWORD=my-password<br/>$ npm start</pre> |
59+
| TypeScript | <pre>$ npm install<br/>$ npm run build<br/>$ export DB_NAME=my-db DB_USER=my-user DB_PASSWORD=my-password<br/>$ npm start</pre> |
5960
| Golang | <pre>$ export DB_NAME=my-db DB_USER=my-user DB_PASSWORD=my-password<br/>$ go run *.go</pre>or<pre>$ go build -o app<br/>$ ./app</pre> |
6061
| Python | <pre>$ pip install -r requirements.txt<br/>$ export DB_NAME=my-db DB_USER=my-user DB_PASSWORD=my-password<br/>$ uvicorn app:app</pre> |
6162

0 commit comments

Comments
 (0)