Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 618 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 618 Bytes

todoapp

Todo app built with react-admin. It shows how to use react-admin in headless mode to build a custom UI.

todo

Installation

Install the application dependencies by running:

npm install

Development

Start the application in development mode by running:

npm run dev

Production

Build the application in production mode and deploy it to the gh-pages branch by running:

npm run build
npm run deploy