Skip to content

kt3k/dext-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a minimal example for running dext app.

Install dext:

deno install --allow-read --allow-write --allow-env --allow-net --allow-run --unstable -f -n dext https://deno.land/x/dext@0.10.1/cli.ts

Clone this repo:

git clone https://github.com/kt3k/dext-example.git
cd dext-example

Run dev server:

dext dev

Build static assets:

dext build

Now you'll get the static site assets in .dext/static/.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published