Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/denysvuika/preact-getting-started
- Owner: DenysVuika
- License: apache-2.0
- Created: 2019-05-11T16:29:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:45:19.000Z (about 2 years ago)
- Last Synced: 2024-04-15T03:03:59.895Z (10 months ago)
- Topics: parcel-bundler, preact, preact-router, scaffold, typescript
- Language: TypeScript
- Homepage: https://denys.dev/preact-project-with-typescript-and-parcel/
- Size: 1.06 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.