Skip to content

Latest commit

 

History

History

typescript

This example showcases the usage of Wildcard and TypeScript with backend types used directly in the frontend code!



We share the backend types with the frontend by using Wildcard's TypeScript support.

To run the example:

  1. Clean caches.
yarn clean
  1. Build everything and start the server.
yarn start
  1. Go to http://localhost:3000.