You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple country info app with react universal rendering.
How to start the server?
$ 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