Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinusw/reactreduxclient
https://github.com/tinusw/reactreduxclient
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinusw/reactreduxclient
- Owner: Tinusw
- Created: 2018-04-27T15:38:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T11:32:46.000Z (over 6 years ago)
- Last Synced: 2024-11-06T05:06:35.612Z (about 2 months ago)
- Language: JavaScript
- Size: 529 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Things we need to install
* `brew install watchman`
## What does this APP do?
* provides an authenticated frontend to a nodejs server that will create authentication tokens for a user on:
* * signin (retrieving an existing account)
* * signup (creating a single use token for immediate login)
* then just to prove everything works as expected the user has access to a protected route for listing some sort of campaigns. It's nothing fancy.