Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karna41317/css_parallex
react parallex SPA with CSS
https://github.com/karna41317/css_parallex
css css-parallex parallexeffect react spa webpack2
Last synced: 8 days ago
JSON representation
react parallex SPA with CSS
- Host: GitHub
- URL: https://github.com/karna41317/css_parallex
- Owner: karna41317
- Created: 2017-02-06T22:20:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T16:32:45.000Z (almost 7 years ago)
- Last Synced: 2025-01-09T09:49:01.742Z (about 1 month ago)
- Topics: css, css-parallex, parallexeffect, react, spa, webpack2
- Language: JavaScript
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Redux CSS-Parallax Starter
## What
This is simple minimal boilerplate to implement parallex single page application a.k.a SPA.
Built on top of React framework with minimal webpack config.## Install && Run
Two options### Option:1
`npm install purecssparallex`### Option:2
`git clone git+https://github.com/karna41317/css_parallex.git cssparallex`
`cd cssparallex`
`npm install`
`npm start`or single line command
`git clone git+https://github.com/karna41317/css_parallex.git cssparallex && cd cssparallex && npm install && npm start`
## Issues
Well, its just an experiment and i am not planned to maintain. Ofcourse PR's welcom
Good luck !