/proj-270

Primary LanguageTypeScript

Preact example

This example uses Preact instead of React. It's a React like UI framework which is fast and small.

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example using-preact using-preact-app
# or
yarn create next-app --example using-preact using-preact-app

Deploy it to the cloud with Vercel (Documentation).