@cobuildlab/create-react-typescript-app

Create a React Typescript App with configurations and linters

Usage no npm install needed!

<script type="module">
  import cobuildlabCreateReactTypescriptApp from 'https://cdn.skypack.dev/@cobuildlab/create-react-typescript-app';
</script>

README

create-react-typescript-app

Template for React Typescript projects on Cobuild Lab

Creates a boilerplate for start creating a react application with typescript.

It includes:

  • Typescript
  • EsLint
  • Prettier
  • Github Actions to validate the builds and run tests
  • Husky and Lint staged to run commands before commit

Usage:

npx @cobuildlab/create-react-typescript-app

or

npm init @cobuildlab/react-typescript-app

For more information