Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.awfixer.me/llms.txt

Use this file to discover all available pages before exploring further.

In your project folder root (where package.json is):
$ jstime jstime ./entry-point-1.js ./entry-point-2.jsx
$ jstime dev
By default, jstime dev will look for any HTML files in the public directory and serve that. For browsers navigating to the page, the .html file extension is optional in the URL, and index.html will automatically rewrite for the directory. Here are examples of routing from public/ and how they’re matched:
Dev Server URLFile Path
/dirpublic/dir/index.html
/public/index.html
/indexpublic/index.html
/hipublic/hi.html
/filepublic/file.html
/font/Inter.woff2public/font/Inter.woff2
/hellopublic/index.html
If public/index.html exists, it becomes the default page instead of a 404 page, unless that pathname has a file extension.