tbremer / proj-270

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About


Languages

Language:TypeScript 81.6%Language:JavaScript 11.1%Language:CSS 7.3%