Skip to content

mudassir0909/stranger-things-intro

Repository files navigation

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.

Documentation to follow soon if you're eager head over to src/video_player

Developing

In case you found any issue or could improve the performance, feel free to raise a PR.

Setting up Development

git clone https://github.com/mudassir0909/stranger-things-intro.git
cd stranger-things-intro
# Install the dependencies
npm install

Run

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 🙌

About

Intro sequence of "Stranger Things" rendered using HTML <canvas />

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published