https://github.com/ntsd/omise-challenge-react
https://github.com/ntsd/omise-challenge-react
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ntsd/omise-challenge-react
- Owner: ntsd
- Created: 2020-08-29T07:13:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T17:34:25.000Z (almost 6 years ago)
- Last Synced: 2025-03-17T10:14:08.168Z (over 1 year ago)
- Language: TypeScript
- Size: 1.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Omise Challenge React
## Run Client
`npm run client`
## Run Server
`npm run server`
## Test
`npm run test`
### Snapshot Testing
This project is using [Snapshot Testing](https://jestjs.io/docs/en/snapshot-testing)
## Issues
### Warning componentWillMount deprecate
This happen because redux provider use `componentWillMount` and `componentWillReceiveProps`