To start the project:
step 1: You need to take take a pull from this repo.
step 2: You need to generate a classic github auth token from github developer settings.
step 3: Add the auth token as AuthToken in a new file named AppConstants.js under src/Constants and export the AuthToken
step 4: run npm install
in the main directory.
step 5: run npm start
in the main directory.
Runs the app in the development mode.
Open https://localhost:3000 to view it in your browser.
the login details for both job seeker and employer are provided in the LoginInfo.js file in src/Data folder
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.