Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hiro08gh/reactity
- Owner: hiro08gh
- Created: 2019-11-13T00:02:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:46:07.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T08:58:47.572Z (11 days ago)
- Language: JavaScript
- Homepage: https://reactity.vercel.app/
- Size: 2.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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.