Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denysvuika/preact-getting-started

Getting started with Preact, Typescript and Parsel.
https://github.com/denysvuika/preact-getting-started

parcel-bundler preact preact-router scaffold typescript

Last synced: 2 months ago
JSON representation

Getting started with Preact, Typescript and Parsel.

Awesome Lists containing this project

README

        

# Getting Started with Preact, TypeScript and Parcel

This is an example project that accompanies the following article:
[Preact Project with TypeScript and Parcel](https://denys.dev/preact-project-with-typescript-and-parcel/)

## Running with Yarn

```bash
yarn install
yarn start
```

## Running with NPM

```bash
npm install
npm start
```

## Testing in Browser

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