This is a personal project, created based on multiple sources, web courses, tutorials and some work.
These instructions will get you a copy of the project up and run on your local machine for development and testing purposes.
- node 6+
- npm 5+
Clone the project and
npm install
npm start
Run the test with (I use Jest for this project)
npm test
Run the test with coverage with
npm run coverage
I am using ESLint and the particularly stringent Airbnb configuration.
npm run lint
Feel free to contribute.
This project is licensed under the MIT License - see the LICENSE.md file for details