1.3.0 • Published 5 years ago

cra-template-bosorka v1.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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
1.3.0

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago