@serusko/cra-template-common

The base TypeScript template for Create React App.

Usage no npm install needed!

<script type="module">
  import seruskoCraTemplateCommon from 'https://cdn.skypack.dev/@serusko/cra-template-common';
</script>

README

cra-template-common

Common temaplate including some small improvements:

  • Typescript ready
  • prettier onSave
  • eslint with enhanced rules
  • stylelint
  • VSCode / Codium workspace
  • commitlint
  • some handy VSCode plugins

Recommendations / Before you start

Known issues

  • devDependecies cannot be splitted on template level, feel free to do it on your own
  • @typescript-eslint/eslint-plugin must be 3.4.0 and more and you need to move it to dev dependency bcs of console warning

Usage

npx create-react-app my-app --template @serusko/common

# or

yarn create react-app my-app --template @serusko/common