Skip to content

React app for Match Me. A new way for both job seekers and employers to find each other.

Notifications You must be signed in to change notification settings

tomvin/Match-Me-UI

Repository files navigation

Match Me

A new way for both job seekers and employers to find each other. Sign up as either a job seeker looking for their next job, or as an employer looking for their next hire!

Production

Build Status

Development

Build Status

To get started

  1. I recommend using VSCode editor. Can download it at https://code.visualstudio.com/Download
  2. Install nodejs. You can download it here. https://nodejs.org/en/download/
  3. In the root directory of this repo run the command npm install
  4. After install finishes running, in the root directory run command npm start to start the app.
  5. Open http://localhost:3000 to see the app.

To Update Apollo Engine Schema

npx apollo service:push --endpoint=http://dev-match-me-backend-rmit.herokuapp.com/graphql

Using libraries


This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

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.
Your app is ready to be deployed!