https://github.com/kellyrmilligan/hapi-react-redux-example
example app using event brite api and hapi react redux plugin
https://github.com/kellyrmilligan/hapi-react-redux-example
hapi-plugin hapijs react redux webpack
Last synced: 11 months ago
JSON representation
example app using event brite api and hapi react redux plugin
- Host: GitHub
- URL: https://github.com/kellyrmilligan/hapi-react-redux-example
- Owner: kellyrmilligan
- Created: 2016-12-22T15:27:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T13:28:00.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T17:44:08.237Z (about 1 year ago)
- Topics: hapi-plugin, hapijs, react, redux, webpack
- Language: JavaScript
- Homepage:
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hapi-react-redux-example
This is an example app using [hapi-react-redux](https://github.com/kellyrmilligan/hapi-react-redux)
hapi-react-redux was built to be a module on it's own so that you can integrate it as you please. this is just one way to do it.
### event brite personal api token.
sign up for event brite, and follow the instructions for getting started with the api.
[getting started](https://www.eventbrite.com/developer/v3/quickstart/)
then, once you have your personal oauth token, create an `.env.local` file in the root of your cloned version of the repo.
`EVENTBRITE_API_TOKEN=`
### getting the app running locally
`npm i`
`npm run dev`
The app displays the default results from the `categories` call, then navigates to the events listing for that category.
enjoy!