Break down your files and learn what's inside. Created by Evan Hahn.
Go to file
Evan Hahn 8eed5b60da Initial commit: basic homepage with routing 2023-07-31 21:16:15 -05:00
public Initial commit: basic homepage with routing 2023-07-31 21:16:15 -05:00
test/index Initial commit: basic homepage with routing 2023-07-31 21:16:15 -05:00
README.md Initial commit: basic homepage with routing 2023-07-31 21:16:15 -05:00
deno.json Initial commit: basic homepage with routing 2023-07-31 21:16:15 -05:00
deno.lock Initial commit: basic homepage with routing 2023-07-31 21:16:15 -05:00

README.md

Formats Exposed

To develop, start a static file server in public/.

To deploy, copy the files from public/ to a static file host.

To run tests, run deno test.

To format code, run deno fmt.

To lint, run deno lint.

To run type checks, run deno task typecheck.

To run all checks (tests, linting, code formatting, and type checks), run deno task check-all.