Skip to content

React boilerplate with express and pug (TDD enviroment)

Notifications You must be signed in to change notification settings

douglasjara/kataReact

 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.7%
  • HTML 8.0%
  • CSS 5.3%