Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 894 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 894 Bytes

Templates

Basic principles:

  • Typescript and typed
  • Keep it simple stupid & fast to boot up
  • Local debugging support

cra-typescript-firebase

Create React App bases with some additions:

  • Redux Toolkit
  • Firebase integration for auth and firestore
  • Antd
  • styled-components
  • formik
  • Vercel deployment

node-typescript-clean

Simple Typescript boilerplate project for cli usage. yargs for command line arguments and zx for command line command wrappers.

telegram-typescript-webhook

Setup Telegram bot and test it locally & deploy to Vercel with webhooks integration.

Uses telegraf.js to interact with a bot.

vercel-typescript-api

Very basic Vercel serverless function

Todo

  • Add electron-typescript-react project with some nice Redux action between renderer and the main process