Skip to content

jbelmont/caching-and-memoization-workshop

Repository files navigation

Software Caching and Memoization

Setup Instructions

Install Docker in order to run the npm scripts

Docker Install

Install Node Dependencies

Run npm run build in order to get all of the dependencies and get Docker Image built

Running the application

If you want to get the UI working you will have to run npm run dev

Running the Unit Tests

Run npm test in order to execute the unit tests

Exercises and Guide

All of the workshop concepts and instructions can be found at Software Caching and Memoization