/candidates

A monorepo app with Vuejs + Nodejs to list candidates

Primary LanguageVue

Candidates

This is a monorepo app with a nodejs backend and a vuejs frontend

How to run

  // install dependencies
  yarn

  // run monorepo
  yarn start
  
  // run tests
  yarn test