/EmployeeManage

Employee Management App Read Only Version - React JS

Primary LanguageJavaScript

EmployeeManage

Employee Management App Read Only Version - React JS

This is a sample react app to consume a simple JSON API. It's read-only for now... Beta version is coming that will see refactoring into real stateful react app.

Instructions

First clone this repository.

$ git clone https://github.com/propenster/countryApp.git

Install dependencies. Make sure you already have nodejs & npm installed in your system.

$ npm install # or yarn

Run it

$ npm start # or yarn start