Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniloab/koa-static-path
koa server with koa mount and koa static
https://github.com/daniloab/koa-static-path
Last synced: 28 days ago
JSON representation
koa server with koa mount and koa static
- Host: GitHub
- URL: https://github.com/daniloab/koa-static-path
- Owner: daniloab
- Created: 2022-05-24T22:55:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T20:40:04.000Z (over 2 years ago)
- Last Synced: 2024-10-18T09:15:08.687Z (3 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# koa-static-path
koa server with koa mount and koa static## how to run
- install the dependencies
```
yarn
```
- run the server
```bash
yarn dev
```
- open the hello file in `http://localhost:3000/public/hello.txt`## Technologies
- nodejs
- koajs
- esbuild