Home

Awesome

React Comments

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