All Projects → Jobeir → Jobeir

Jobeir / Jobeir

Licence: other
Building the future of tech jobs search

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jobeir

Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (+148.94%)
Mutual labels:  webpack, express, isomorphic
Webpack Isomorphic Dev Middleware
The webpack-dev-middleware, but for isomorphic applications
Stars: ✭ 38 (-19.15%)
Mutual labels:  webpack, express, isomorphic
React Isomorphic Boilerplate
🌟 An universal React isomorphic boilerplate for building server-side render web app.
Stars: ✭ 653 (+1289.36%)
Mutual labels:  webpack, isomorphic
Universal
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
Stars: ✭ 669 (+1323.4%)
Mutual labels:  webpack, isomorphic
Express
Express + Sequelize + Winston + Jasmine + TypeScript + Webpack MVC Boilerplate
Stars: ✭ 9 (-80.85%)
Mutual labels:  webpack, express
Hyperstack
Hyperstack ALPHA https://hyperstack.org
Stars: ✭ 463 (+885.11%)
Mutual labels:  webpack, isomorphic
React App
Create React App with server-side code support
Stars: ✭ 614 (+1206.38%)
Mutual labels:  webpack, isomorphic
Universal Webpack
Isomorphic Webpack: both on client and server
Stars: ✭ 690 (+1368.09%)
Mutual labels:  webpack, isomorphic
Vue Chess
Multiplayer online chess game use Vue , Nodejs, Webpack, Em6, Socket.io, Mongodb, Express
Stars: ✭ 350 (+644.68%)
Mutual labels:  webpack, express
Webpack2 Express Heroku Starter
Starter app using Webpack 2, Express, setup to deploy to Heroku.
Stars: ✭ 12 (-74.47%)
Mutual labels:  webpack, express
Deprecated
🚀 Framework for building universal web app and static website in Vue.js (beta)
Stars: ✭ 858 (+1725.53%)
Mutual labels:  webpack, express
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-31.91%)
Mutual labels:  webpack, express
Phaser3template
heroku deployable webpacked phaser3 template with socket.io for multi or single player games
Stars: ✭ 44 (-6.38%)
Mutual labels:  webpack, express
Vue2 blog
使用vue2.x + vue-cli +vue-router+ vuex + axios + mysql + express + pm2 + webpack+nginx构建的具有登录,注册,留言,用户发帖,用户评论等功能的SPA Blog。注意,注意,注意,后端API全部自己手写,很适合刚学习vue以及express的小伙伴学习,喜欢请Star鼓励一下我,谢谢!项目预览:
Stars: ✭ 417 (+787.23%)
Mutual labels:  webpack, express
Vortigern
A universal boilerplate for building web applications w/ TypeScript, React, Redux, Server Side Rendering and more.
Stars: ✭ 647 (+1276.6%)
Mutual labels:  webpack, isomorphic
Multipages Generator
🥇 generator for multiple pages webpack application
Stars: ✭ 354 (+653.19%)
Mutual labels:  webpack, express
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (+1342.55%)
Mutual labels:  webpack, express
Vueniverse
Full stack, user based, PWA, Vue template.
Stars: ✭ 339 (+621.28%)
Mutual labels:  webpack, isomorphic
Woo Next
🚀 React WooCommerce theme, built with Next JS, Webpack, Babel, Node, Express, using GraphQL and Apollo Client
Stars: ✭ 342 (+627.66%)
Mutual labels:  webpack, express
Online Bling
Stars: ✭ 9 (-80.85%)
Mutual labels:  webpack, express

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].