Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiro08gh/reactity

Modern React setup. React + TypeScript large scale template.
https://github.com/hiro08gh/reactity

Last synced: 11 days ago
JSON representation

Modern React setup. React + TypeScript large scale template.

Awesome Lists containing this project

README

        

# reactity

> reactity is modern React template.

## Features

The following features are currently included:

- [x] React + TypeScript
- [x] Unit test using jest and react-testing-library
- [x] 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.