/preact-getting-started

Getting started with Preact, Typescript and Parsel.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Getting Started with Preact, TypeScript and Parcel

This is an example project that accompanies the following article: Preact Project with TypeScript and Parcel

Running with Yarn

yarn install
yarn start

Running with NPM

npm install
npm start

Testing in Browser

Navigate to the http://localhost:1234 address to see the application.