An open API service indexing awesome lists of open source software.

https://github.com/proustibat/demo-rellax

RellaxJS: Lightweight, vanilla javascript parallax library by @dixonandmoe. (uses webpack for dev)
https://github.com/proustibat/demo-rellax

demo-rellax parallax parallax-javascript-library parallax-scrolling rellax vanillajs

Last synced: 3 months ago
JSON representation

RellaxJS: Lightweight, vanilla javascript parallax library by @dixonandmoe. (uses webpack for dev)

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/proustibat/demo-rellax.svg?branch=master)](https://travis-ci.org/proustibat/demo-rellax) [![Code Climate](https://img.shields.io/codeclimate/maintainability/proustibat/demo-rellax.svg)](https://codeclimate.com/github/proustibat/demo-rellax/maintainability) [![Code Climate](https://img.shields.io/codeclimate/issues/github/proustibat/demo-rellax.svg)](https://codeclimate.com/github/proustibat/demo-rellax/issues) [![Code Climate](https://img.shields.io/codeclimate/c/proustibat/demo-rellax.svg)](https://codeclimate.com/github/proustibat/demo-rellax) [![GitHub top language](https://img.shields.io/github/languages/top/proustibat/demo-rellax.svg)](https://github.com/proustibat/demo-rellax)

# Rellax Demo

Simple demo of the [Rellax lib](https://github.com/dixonandmoe/rellax)

See the result here: [https://proustibat.github.io/demo-rellax](https://proustibat.github.io/demo-rellax/)

## Installation
* run `yarn install`

## Usage

* `yarn start` to start Webpack in watch mode - will recompile when you change a file.
* `yarn build` to start Webpack in build mode - will create public files in dist folder