ja1979 / kataReact

React boilerplate with express and pug (TDD enviroment)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kataReact

React with express (TDD environment)

GLOBAL DEPEDENCIES

  • NodeJs 6.9.5

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

DEPEDENCIES

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

Run app:

yarn start

Run test:

yarn test

About

React boilerplate with express and pug (TDD enviroment)


Languages

Language:JavaScript 91.0%Language:HTML 5.9%Language:CSS 3.1%