craig-o-curtis / React-Admin-Demo

quick test drive of React Admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Admin Demo

React Admin is a quick UI framework for REST APIs. The UI components are extremely opinionated (ex: page header, buttons, alerts are embedded deeplo within components).

Scripts

  • dev to run both json-server and React code
  • client to run React code
  • server to run json-server

Dependencies

  • json-server
  • concurrently (to run FE and BE with one script)

Client Dependencies

  • react-admin
  • ra-data-simple-rest
  • @material-ui/core

CRA

Proxy

In package.json, add proxy key

"proxy": "http://localhost:5000",

Script

In CRA client package.json, add script to point to folder with --prefix

"client": "npm start --prefix client",

About

quick test drive of React Admin


Languages

Language:JavaScript 64.5%Language:HTML 29.2%Language:CSS 6.2%