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 install
Start a Webpack dev server
npm start
And go to this URL: http://localhost:3000
- 🎉
Start a Webpack server with the production configuration
npm run server:prod
Credits to typescript-webpack-starter for making the dev environment setup easier 🙌