react-inline-editable
v0.0.1
Published
react-inline-editable React component
Downloads
1
Readme
react-editable
Collaborating on this React component:
Prerequisites
You will need the following things properly installed on your computer.
Installation
git clone <repository-url>
this repository- change into the new directory
npm install
Running / Development
nwb serve
will run the component's demo app- Visit the demo at http://localhost:3000
Running Tests
nwb test
will run the tests oncenwb test --server
will run the tests on every change
Building
nwb build