Sample project to demonstrate ScrollMagic
- Install the dependencies
 
npm i
- After installing the dependencies run the following command to create a dev build
 - After the build completes, you'll be automatically redirected to http://localhost:8080/
 
npm run build:dev
- Running the following command will create a /dist folder
 
npm run build:prod
- After that you can deploy that folder to Heroku or GitHub Pages to serve the website
 
Distributed under the MIT License. See LICENSE for more information.