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.
Remix currently relies on Node.js APIs that JSTime does not yet implement. The guide below uses JSTime to initialize a project and install dependencies, but it uses Node.js to run the dev server.
Initialize a Remix app with
create-remix.
To start the dev server, run
jstime run dev from the project root. This will start the dev server using the remix dev command. Note that Node.js will be used to run the dev server.
Open http://localhost:3000 to see the app. Any changes you make to
app/routes/_index.tsx will be hot-reloaded in the browser.