A React demo component for comment feed. View online.
To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.
Run the demo locally
1 - Prepare the environment:
$ npm i -g browserify
$ npm i -g watchify
2 - Clone the project and install the dependencies:
$ git clone https://github.com/afonsopacifer/react-comments.git
$ cd react-comments
$ npm install
3 - Run static server and browserify/reactify/watchify:
$ npm start
Go to: localhost:5000
Find on our issues the next steps of the project or report a bug ;)
Want to contribute? Follow these recommendations.
See Releases for detailed changelog.