Repository
Current version released
4 years ago
Refuse
A simple, fast file system based web framework for deno
Getting Started
Installing
This installs the rfc (refuse cli) to your system
deno install -A -r -f https://deno.land/x/refuse/rfc.tsCreating a project
In an empty folder from the terminal run
rfc initThis creates a basic file structure for the app
Running the server
To start the server in development mode run
rfc devTo start the server in production mode run
rfc startGenerating the router
Note before deployment run the following in the terminal from the project root
rfc gen routerThis generates a router.ts file with all the route configuration used by refuse