A recruitment company.
Clone the project. This will download the GitHub respository files onto your local machine.
git clone https://github.com/w3sheldon/ikhokha-recruit
Go into the folder.
cd ikhokha-recruit
Install the project dependencies.
npm install or yarn
Start the development server on localhost:3000
npm run start
The browser should open on http://localhost:3000 or http://127.0.0.1:3000
if not then that means a port may be in use and you should follow the prompts in your console.