Intro sequence of the popular Netflix TV series "Stranger Things", rendered using HTML <canvas/>. It's a fun side-project that I did to demonstrate the possibilities of modern web technologies & also to see how far I can push it.
In case you found any issue or could improve the performance, feel free to raise a PR.
git clone https://github.com/mudassir0909/stranger-things-intro.git
cd stranger-things-intro
# Install the dependencies
npm installStart a Webpack dev server
npm startAnd go to this URL: http://localhost:3000 - 🎉
Start a Webpack server with the production configuration
npm run server:prodCredits to typescript-webpack-starter for making the dev environment setup easier 🙌