User Dashboard is react app with two pages:
- User list where where users list is fetched and results can be filtered and sorted
- User detail page displaying user info and posts created by that user
For development, you will just need npm installed in your environment.
-
$ npm install -
You can find more information about the installation on the official npm website.
If you need to update npm, you can make it using npm! Cool right? After running the following command, just open again the command line and be happy.
$ npm install npm -g
$ git clone https://github.com/wanderingcoderr/userdashboard
$ cd userdashboard
$ npm install
$ npm start