https://github.com/ngduc/rails-react-typescript-jest
Rails + React + Typescript + Jest UI app
https://github.com/ngduc/rails-react-typescript-jest
Last synced: 3 months ago
JSON representation
Rails + React + Typescript + Jest UI app
- Host: GitHub
- URL: https://github.com/ngduc/rails-react-typescript-jest
- Owner: ngduc
- License: mit
- Created: 2020-06-06T00:44:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T19:18:27.000Z (over 3 years ago)
- Last Synced: 2025-09-07T19:48:43.743Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 1.76 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rails-react-typescript-jest
### Requires:
- ruby 2.7.0p0
- gem 3.1.2
- rails 6.0.3.1
- node 13.x
- yarn 1.22.0
### Development
Start
```
$ rails s --binding=127.0.0.1
```