Skip to content

rquelen/octo-job-board

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JobBoard OCTO

CircleCI

Coverage Status

Getting started

# get project sources
git clone [email protected]:octo-web-front-end-tribe/octo-job-board.git
cd octo-job-board

# install dependencies
npm install

# run tests
npm test

# build Vue.js  client for production with minification
npm run build

# start the application
npm start

You can run the API server independently from the client's development one.

Server

cd server
npm start

Client

cd client
npm run dev

Release to production

The release to production process is as simple as running the command (from any branch):

npm run release

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • Vue 15.3%
  • Other 0.9%