This project mainly uses
- Login/Registration with Github and LinkedIn
- Collecting additional profile details after Registration
- Allow all users to view created jobs
- Allow loggedIn users to post new job opening
- Allow users to search/filter jobs
- Allow users to edit their profile
- Complete all navigation pages present in navbar
- Make sure you have NodeJS and npm installed.
Make sure you install node version 8 or above and check node version by running
node -v
- We also need backend API so follow instructions here to setup and start backend server
- Then clone this repo
git clone git@github.com:coderplex/coderplex-website.git
cd coderplex-website
npm install
npm run dev
to start local development server- Open app at
localhost:3000