This project was bootstrapped with Create React App and styled with React Bootstrap.
You'll need to have Node 11.10.1 or later version on your local development machine (but it’s not required on the server).
In the project directory, you can run (in order to run the app in the development mode):
yarn && yarn start
Open http://localhost:3000 to view it in the browser.
yarn test
/
- Employees listing and deletion, searching and sorting./employee/create
- Employee creation./employee/:id/
- Employee edition.