Preact

A sample Preact app for KintoHub

๐Ÿš€ Deploying on KintoHub#

This will take a few minutes to deploy. Then click on the Access tab and copy the External Access URL to see the Preact App.

๐Ÿ”จ Running locally#

Pre-requisites: NodeJS v13+

  • Clone the repository to a folder of choice.
$ git clone https://github.com/kintohub-examples/preact
$ cd preact
  • Install the dependencies
$ npm install
  • Runs serve or dev, depending on NODE_ENV value. Defaults to dev server
$ npm run start
  • Run a development, HMR server
$ npm run dev
  • Run a production-like server
$ npm run serve
  • Production-ready build
npm run build

๐Ÿš‘ Support#

Slack: https://join.slack.com/t/kintogoons/shared_invite/zt-mu6bvg79-BmkkdMRRwohJioZggXVYeA