Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.
/ chatto Public archive

Sample react chat application using typescript, redux and the new react 16.3 context api

Notifications You must be signed in to change notification settings

bdeglane/chatto

Repository files navigation

Chatto

This project was bootstrapped with Create React App, use Redux and Typescript.

It's purpose is to test React, Typescript, Redux and the new React 16 context api

Demo

Demo running on github pages https://bdeglane.github.io/chatto

Test

run npm run test will output

 PASS  src/component/chatto-window/ChattoWindow.test.tsx
 PASS  src/App.test.tsx
 PASS  src/store/reducer/message.reducer.test.ts
 PASS  src/component/chatto-message/chattoMessage.test.tsx
 PASS  src/component/chatto-input/chattoInput.test.tsx
 PASS  src/component/chatto-pic/ChattoPic.test.tsx

Test Suites: 6 passed, 6 total
Tests:       12 passed, 12 total
Snapshots:   0 total
Time:        1.814s

Ran all test suites.

In case of npm error: --watch is not supported without git/hg, please use --watchAll, see this github issue.

About

Sample react chat application using typescript, redux and the new react 16.3 context api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published