create-react-ts-kit

A simple React and Typescript app generator

Usage no npm install needed!

<script type="module">
  import createReactTsKit from 'https://cdn.skypack.dev/create-react-ts-kit';
</script>

README

ReactJS x Typescript Boilerplate

This is a very simple react, typescript, & vite boilerplate with (almost) zero configuration.

Quick Setup

  1. Run npx create-react-ts-kit appName (add --pwa parameter for PWA setup)
  2. Redirect to your folder cd appName
  3. Start the project npm run start
  4. Enjoy! :)

Features

  • ReactJS
  • Typescript
  • ESLint
  • Vite

LICENSE

MIT license, Copyright (c) 2021 Godfrey Zubiaga