Skip to content

this is a plugin for handling static resource via koa

Notifications You must be signed in to change notification settings

shataniya/static-resource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is a plugin for handling static resources via koa
Instructions
const koa = require("koa")
const static = require("static-resource-plugin")
const app = new koa()
app.use(static())
app.listen(3000)
console.log("app is running at http://localhost:3000")

About

this is a plugin for handling static resource via koa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published