Skip to content

MLukasson/recruitment-app

 
 

Repository files navigation

Merixstudio Recrutation App Frontend

Technologies used:

  • React
  • MobX
  • Webpack
  • Karma with Jasmine
  • Enzyme
  • Nightwatch with Selenium

Using application

Before doing anything with this repository u have to install dependecies

npm install -g yarn
yarn install

To view application without backend present run it with mocked backend data using

yarn run startMocked

Testing

For unit testing run:

yarn run test

For e2e testing, start application with mocked backend data using

yarn run startMocked

and start nightwatch in a second thread

yarn run e2e

About

React app for recruiting purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.4%
  • CSS 22.9%
  • HTML 1.7%