All Projects → nickytonline → Ts Preact Starter

nickytonline / Ts Preact Starter

Licence: mit
Barebones starter project for Preact with TypeScript

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Ts Preact Starter

Preact Lazy Route
Lazy load preact route components
Stars: ✭ 12 (-75.51%)
Mutual labels:  preact
Slidecontrol
Slidecontrol enables you to control your slides with your phone 📱
Stars: ✭ 30 (-38.78%)
Mutual labels:  preact
Razzle Unrouted
Blazingly fast server-rendered MVC Webapps with Preact and Webpack
Stars: ✭ 39 (-20.41%)
Mutual labels:  preact
My React Hooks
React/Preact/Orby.js Hooks I used in personal projects, all in public domain form. Copy and paste or do as you wish.
Stars: ✭ 14 (-71.43%)
Mutual labels:  preact
Hydrocarbon
not just an rss reader
Stars: ✭ 21 (-57.14%)
Mutual labels:  preact
Preact Boilerplate
🎸 Ready-to-rock Preact starter project, powered by Webpack.
Stars: ✭ 959 (+1857.14%)
Mutual labels:  preact
Preact Compat
🙌 React compatibility layer for Preact.
Stars: ✭ 927 (+1791.84%)
Mutual labels:  preact
Preact Cli Plugin Async
Preact CLI plugin that adds converts async/await to Promises.
Stars: ✭ 44 (-10.2%)
Mutual labels:  preact
Preact
⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.
Stars: ✭ 30,527 (+62200%)
Mutual labels:  preact
Blaze
⚡ File sharing progressive web app built using WebTorrent and WebSockets
Stars: ✭ 991 (+1922.45%)
Mutual labels:  preact
React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-59.18%)
Mutual labels:  preact
Fuel Price
⛽ Check fuel prices daily in most of the states in India
Stars: ✭ 20 (-59.18%)
Mutual labels:  preact
React Colorful
🎨 A tiny (2,5 KB) color picker component for React and Preact apps
Stars: ✭ 951 (+1840.82%)
Mutual labels:  preact
Weather Preactpi
A tiny UI for daily weather forcasts ⛈
Stars: ✭ 13 (-73.47%)
Mutual labels:  preact
Whack A Mole
Offline-first arcade game for children
Stars: ✭ 40 (-18.37%)
Mutual labels:  preact
Next Translate
Next.js plugin + i18n API for Next.js 10 🌍 - Load page translations and use them in an easy way!
Stars: ✭ 867 (+1669.39%)
Mutual labels:  preact
Htm Editable Resume
An highly editable resume form developed with HTM (Hyperscript Tagged Markup) which is JSX-like syntax in plain JavaScript.
Stars: ✭ 31 (-36.73%)
Mutual labels:  preact
Nectarine
🍑 A mobile web / Android app for Peach! (peach.cool) ⚡️
Stars: ✭ 48 (-2.04%)
Mutual labels:  preact
Shudan
A highly customizable, low-level Preact Goban component.
Stars: ✭ 43 (-12.24%)
Mutual labels:  preact
Wasmboy
Game Boy / Game Boy Color Emulator Library, 🎮written for WebAssembly using AssemblyScript. 🚀Demos built with Preact and Svelte. ⚛️
Stars: ✭ 963 (+1865.31%)
Mutual labels:  preact

ts-preact-starter

Build status Netlify Status

Dependabot Badge

This is a barebones starter kit for Preact with TypeScript. Click the green "Use this template" button at the top of this page and enter a name and description for your repository.

To get up and running

  1. npm install
  2. From the command line run npm start
  3. Navigate to http://localhost:3000

To run tests:

  1. npm test
  2. To run in watch mode, run npm run test:watch
  3. Tests are set up to run out of the __tests__ folder. I put this by default as this appears to be part of the Jest defaults, but if you prefer to have your tests beside the code you want to test, simply modify the regex in the Jest configuration in package.json.

To run Cypress:

  1. Run npm run start to start the webpack dev server.
  2. Run npm run e2e:dev to open the Cypress test runner. For more information on Cypress, see their official documentation

To run Storybook:

  1. npm run storybook
  2. Navigate to http://localhost:6006
  3. For more information on using Storybook, see the Storybook for Preact guide.

A deployed demo can be found at typescript-preact-starter.iamdeveloper.com.

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].