cra-template-bosorka

A template for Create React App.

Usage no npm install needed!

<script type="module">
  import craTemplateBosorka from 'https://cdn.skypack.dev/cra-template-bosorka';
</script>

README

Bosorka

a personal template for create-react-app

The reason to appear

The goal is to have a template with a quick start, that allows bootstraping a project and starting a feature-development instead of setting up an environment. It was annoying to do the same steps one-by-one after creating a new project.

Usage

create-react-app your_app_name --template bosorka

// or

yarn create react-app your_app_name --template bosorka

// or

npx create-react-app your_app_name --template bosorka

Key features

  • Pre-installed chakra-ui. Lightweight design system with a components library that has a wonderful a11y support and allows styling with a support of 4 breakpoints
  • Typescript
  • Testing environment
  • Custom hook for syncing with the URL
  • i18next for text organizing