Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 435 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 435 Bytes

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.