A simple country info app with react universal rendering.
$ git clone https://github.com/maheshambiga/universal_react.git
$ cd universal_react
//install dependencies
$ npm run setup
//start dev server
$ npm run dev
//start prod server
$ npm start