Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 449 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 449 Bytes

This project was bootstrapped with Create React App.

This application is concise todo application. It is made for trying typesafe-actions and unit test using jest.

Run mock server

you need to run the mock server before run application

yarn start:server

Run application

yarn start

Run test

yarn test

Continuous Integration

see ./circleci/config.yml