Example showing feathers-redux being used. Read feathers-redux/README.md for details.
-
Make sure you have NodeJS installed.
-
Install your dependencies
npm install webpack -g cd path/to/feathers-redux npm install cd example npm install -
Build the client bundle
npm run buildbundles the client code intopublic/dist/bundle.js. -
Start your app
cd path/to/feathers-redux/example npm start -
Point your browser at
localhost:3030
The client, on startup, dispatches 3 items into the messages service.
Realtime replication is then configured and it snapshots the service contents to the store.
You can create, get, patch, remove and find items using the UI.
For more information on all the things you can do with Feathers visit docs.feathersjs.com and its Slack channel.
Copyright (c) 2016-2017
Licensed under the MIT license.