react-comments

A React comment feed.

MIT License

Stars
16

React Comments

A React demo component for comment feed. View online.

Versioning

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

Contributing

Find on our issues the next steps of the project or report a bug ;) Want to contribute? Follow these recommendations.

History

See Releases for detailed changelog.

License

MIT License Afonso Pacifer