This little project tries to put together several JavaScript technologies in order to learn a workflow for doing Test Driven Development (TDD).
The technologies used are the following:
To run the tests simply cd
into your project directory and run npm test
.
To try a live demo please check https://obscure-dawn-76650.herokuapp.com.
More to come