/reactity

Modern React setup. React + TypeScript large scale template.

Primary LanguageJavaScript

reactity

reactity is modern React template.

Features

The following features are currently included:

  • React + TypeScript
  • Unit test using jest and react-testing-library
  • E2E test using Cypress

Getting started

The primary you will need to install package:

$ yarn install

Start server

$ yarn start

build

$ yarn build

E2E test

$ yarn run e2e

License

reactity is available under MIT-License and can therefore be used in any project free of charge.