Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

RomanPeskov/react-boilerplate-react-admin

Description

This app is an example of integration react-boilerplate with react-admin. To achieve this result, the following was done:

  1. Implemented Admin page with using components from react-admin library.
  2. Created AuthProvider which includes login, logout, checkError, checkAuth, getPermissions functionality.
  3. Connected pouchDB for storing user data.
  4. Created DataProvider which includes getOne and getList methods for working with pouchDB.
  5. Implemented user profile editing.

Quick start

  1. Make sure you have Node.js v8.15.1 and npm v5 or above installed.
  2. Runnpm install -g pouchdb-server to install pouchdb-server on your local machine.
  3. Runpouchdb-server --port 5984 to launch pouchdb-server. You can check the database connection by the following link:http://127.0.0.1:5984/_utils/.
  4. Runnpm i in order to install app dependencies.
  5. Runnpm start to start app athttp://localhost:3000.
  6. You can runnpm test to execute tests.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp