https://github.com/emanueledancelli/alture-client
React/Redux PWA
https://github.com/emanueledancelli/alture-client
react react-router-v4 redux scss
Last synced: 2 months ago
JSON representation
React/Redux PWA
- Host: GitHub
- URL: https://github.com/emanueledancelli/alture-client
- Owner: emanueledancelli
- Created: 2018-08-20T11:53:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T05:13:44.000Z (over 2 years ago)
- Last Synced: 2023-03-08T17:18:47.244Z (over 2 years ago)
- Topics: react, react-router-v4, redux, scss
- Language: JavaScript
- Homepage: https://alture.org
- Size: 7.08 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alture
[](https://app.netlify.com/sites/alture-test/deploys)
This is the client side of [Alture](https://alture.org) Progressive Web App.
Alture works by fetching data from a Rest API provided by a headless installation of WordPress.
## Getting started
Be sure to have [Node](https://nodejs.org/en/), [npm](https://www.npmjs.com/) and [Git](https://git-scm.com/) installed on your machine before starting.
Download or clone this repository:
`git clone https://github.com/emanueledancelli/alture-client`
cd into project folder and install dependecies
`cd alture-client`
`npm i` or `yarn`
Develop locally with
`npm run start` or `yarn start`
Alture uses create-react-app scripts, for more info [create-react-app](https://github.com/facebook/create-react-app)
## Built with:
The App is made with [React](https://reactjs.org/) and it uses a few other libraries.
- App bootstrapping with [create-react-app](https://github.com/facebook/create-react-app)
- State management [Redux](https://github.com/reduxjs/redux), [react-redux](https://github.com/reduxjs/react-redux), [redux-thunk](https://github.com/reduxjs/redux-thunk)
- Animations [react-pose](https://github.com/Popmotion/popmotion/tree/master/packages/react-pose)
- Routing [react-router](https://github.com/ReactTraining/react-router)
- SEO [react-helmet](https://github.com/nfl/react-helmet)
- Http client [Axios](https://github.com/axios/axios)
- Utilities [Lodash](https://github.com/lodash/lodash), [Moment](https://github.com/moment/moment/)
- Styling [Scss](https://sass-lang.com/)
## Author(s)
Emanuele Dancelli - [GitHub](https://github.com/emanueledancelli) - [Website](https://emanueledancelli.com)
## License
MIT © [Emanuele Dancelli](https://emanueledancelli.com)