Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 404 Bytes

File metadata and controls

15 lines (8 loc) · 404 Bytes

Server Actions Todos Example

TODO app with server actions.

Usage

To run the project in dev mode (with linked preact-start), in the root directory, run:

pnpm run examples:server-actions:dev

To run the project in normal mode (preact-start from npm), in the root directory, run:

pnpm run examples:server-actions

Then open your browser at http://localhost:3000/ to see the counter example.