git clone https://github.com/abeidahmed/job-listing-app.git
cd job-listing-app
npm install
npm client-install
npm run dev
, to run the backend as well as frontend server.- Or
npm run server
, to run the backend only. - Or
npm run client
, to run the frontend only.
- In progress
The app is being built currently. You can find all the issues in the issue
tab, feel free to contribute. Thanks.