Coder Social home page Coder Social logo

jobeir's Introduction

Jobeir logo


Jobeir Color Spheres

Jobeir

Find the best jobs at the best tech companies. At Jobeir we want you to grow your career with the leading employers in the tech industry. Search through and find the best jobs in the tech industry today.


https://jobeir.com

Join the Jobeir community on Spectrum

Build Status

Getting Started

This is the web app for https://jobeir.com. It is a isomorphic React application.

https://github.com/brotzky/jobeir.git
cd jobeir
yarn
yarn start

Missing Configuration

There is a missing piece when cloning this repository -- /server/config/config.js is missing. You'll want to create your own private config file.

const config = {
  mongoURL: {url},
  port: {port},
  jwt: {key}',
  handleNoToken: {func},
};

export default config;

and a `.env` file in the root of the project.

Running Tests and Prettier

There is a pre-commit hook that will run all tests before each commit. This is to ensure basic code quality. There is also a lint-staged feature to run prettier on all staged files. It is recommended you install Prettier on your favourite editor to run on save.

The Prettier config for this repository includes trailing slashes and single quotes.

 --single-quote --trailing-comma all --write


Jobeir Color Spheres

jobeir's People

Contributors

brotzky avatar imgbotapp avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.