A UI project that showcases displaying a grid with the number of possible paths to a particular cell in the grid.
// Install node modules
npm install
// Run dev command
npm run dev
I've included some basic testing for the grid creation. That said, I have purposely avoided adding specs for the components because it would be quite time consuming setting up the boilerplate for the limited functionality that exists.
You can run them by utilizing the test
npm script.
// Run tests
npm run test