Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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