All Projects → aalises → preact-typescript-parcel-starter

aalises / preact-typescript-parcel-starter

Licence: MIT license
Starter with Preact - Typescript - Parcel Bundler

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to preact-typescript-parcel-starter

wordpress-starter
Timber (Twig) + Parceljs Bundler
Stars: ✭ 19 (-62.75%)
Mutual labels:  parcel, parcel-bundler
parcel-static-template
Start a simple static site with components and hot reloading.
Stars: ✭ 20 (-60.78%)
Mutual labels:  parcel, parcel-bundler
simplefolio
⚡️ A minimal portfolio template for Developers
Stars: ✭ 10,737 (+20952.94%)
Mutual labels:  parcel, parcel-bundler
Weather Preactpi
A tiny UI for daily weather forcasts ⛈
Stars: ✭ 13 (-74.51%)
Mutual labels:  preact, parcel
svelte-box
A truffle box for svelte
Stars: ✭ 60 (+17.65%)
Mutual labels:  parcel, parcel-bundler
parcel-typescript-react
📦 Typescriot react perttier example using parcel bundler
Stars: ✭ 15 (-70.59%)
Mutual labels:  parcel, parcel-bundler
parcelui
Parcel + Typescript + React/Preact + Router + CSS Modules + SASS + Jest + Api-Now + Github Actions CI
Stars: ✭ 32 (-37.25%)
Mutual labels:  parcel, parcel-bundler
react-redux-boilerplate
A React boilerplate based on Redux, React Router, styled components and Parcel
Stars: ✭ 62 (+21.57%)
Mutual labels:  parcel, parcel-bundler
parcel-plugin-externals
Parcel plugin for declaring externals. These externals will not be bundled. 📦
Stars: ✭ 47 (-7.84%)
Mutual labels:  parcel, parcel-bundler
parcel-examples
Parcel project examples for React, Vue, preact, VanillaJS and jQuery.
Stars: ✭ 26 (-49.02%)
Mutual labels:  preact, parcel
parcel-react-app
Create React apps using Parcel as build tool.
Stars: ✭ 12 (-76.47%)
Mutual labels:  parcel, parcel-bundler
parcel-typescript-example
A minimum TypeScript app with Parcel Bundler.
Stars: ✭ 100 (+96.08%)
Mutual labels:  parcel
jest-puppe-shots
A Jest plugin for creating screenshots of React components with a little help of Puppeteer
Stars: ✭ 86 (+68.63%)
Mutual labels:  puppeteer
htmdx
HTMDX: Lightweight runtime for mdx-like markdown
Stars: ✭ 82 (+60.78%)
Mutual labels:  preact
browser-automation-api
Browser automation API for repetitive web-based tasks, with a friendly user interface. You can use it to scrape content or do many other things like capture a screenshot, generate pdf, extract content or execute custom Puppeteer, Playwright functions.
Stars: ✭ 24 (-52.94%)
Mutual labels:  puppeteer
leumi-leumicard-bank-data-scraper
Open bank data for Leumi bank and Leumi card credit card
Stars: ✭ 28 (-45.1%)
Mutual labels:  puppeteer
precharts
Just Recharts pre-aliased for Preact.
Stars: ✭ 26 (-49.02%)
Mutual labels:  preact
FrodoBot
🥊Hibbett Mobile ATC bot
Stars: ✭ 18 (-64.71%)
Mutual labels:  puppeteer
preact-token-input
🔖 A text field that tokenizes input, for things like tags.
Stars: ✭ 57 (+11.76%)
Mutual labels:  preact
relaks
Asynchrounous React component
Stars: ✭ 49 (-3.92%)
Mutual labels:  preact

Preact + Typescript + Parcel Starter

Zero configuration bundling and lightweight state management and view => Preact + Typescript + Parcel Bundler + Redux Zero + Jest + Pupetteer

This starter project contains many features and technologies to start the development ASAP.

Features:

  • TypeScript: Strong typing and the future of JavaScript
  • Preact: dom manipulation + components
  • Redux-Zero: state management
  • Preact-Bind-Group: Group Form fields onChange Events to a single Callback, making forms easier to manage
  • Parcel: 0 configuration bundler
  • Jest: Delightful javascript testing
  • Puppeteer: Headless chrome node API scrapper
  • Lynt: 0 configuration linting for TS + React

run development server npm run dev

build the project (on /dist) npm run build

run tests npm run test

run linting npm run lint

The starter includes a basic sample application showcasing the different technologies using Bulma for styles. The example consists on a restaurant order making form with validation/model and some global state management by storing the orders and displaying them on a table. Try it out here

Demo of the Starter example

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].