/kataReactIdukay

Nash kata in React

Primary LanguageJavaScript

kataReact

React with express (TDD environment)

GLOBAL DEPEDENCIES

  • NodeJs > 8.11.3

    $ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
    $ sudo apt-get install -y nodejs
    

DEPEDENCIES

  • Install yarn and execute:
$ sudo npm install -g nodemon

Run eslint:

yarn eslint

Run test:

yarn test

yarn testw

Run app:

yarn start