Production ready starter package. Local auth, roles; React-Router auth. Easily use Feathers services with Redux.
DEPRECATED. Goodbye, adiós, au revoir, auf Wiedersehen, zàijiàn. Time has passed this repo by. Bye!
Production ready starter package. Local auth, roles; React-Router auth. Easily use Feathers services with Redux.
The goal is to support a 100% integration of Feathers and Redux, within production quality boilerplate, so you can focus on your app development. A local auth UI is provided for use, and as a working example of Feathers + Redux integration.
.env. (1.8k stars)
You can swap to one or more of these databases with minor code changes: Amazon DynamoDB, Apache Cassandra, ArangoDB, Azure Table Storage, Google Sheets GraphQL, LevelDB, MariaDB, MondoDB, MySQL, NeDB, Neo4j, SQLite, Oracle, OrientDB, PostgrSQL, Redis, RethinkDB, Riak, SQL Server,
A complete, working project on which you can build your own Feathers, React, Redux app.
The project contains comprehensive local authentication and authorization including user roles.
npm installfrom root.
With Webpack-dev-server: -
npm run build:devserveron one process to start the webpack-dev-server on port 8080. -
npm run start:devserverto start the server on port 3030. - Point browser to
localhost:3030to start app.
Production build: -
npm run build. -
npm start. - Point browser to
localhost:3030to start app.
Run the above commends using
win:build:...and
win:start:....
User authorization features accessible from icon menus on
/user/signinand
/app.
Guide to ideomatic contributing.
MIT. See LICENSE.