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

https://github.com/ntsd/omise-challenge-react


https://github.com/ntsd/omise-challenge-react

Last synced: 12 months ago
JSON representation

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`