Interactive Huffman encoding tree
https://nomeyho.github.io/huffman/public
npm run dev
To create an optimised version of the app under /public:
/public
npm run build
To serve the optimised version of the app:
npm run start