Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 931 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 931 Bytes

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 🙌