react-chat-form
v0.0.13
Published
React Redux chat-interface form component
Downloads
7
Readme
react-chat-form
Coming soon...
Getting started
npm install react-chat-form
Developing
- Clone the repo
- Install the dependencies:
npm install
- Compile to JS:
npm run compile
- Run the test suite:
npm test
TypeScript npm package boilerplate
A boilerplate project specifically aimed at creating npm modules in TypeScript.