Skip to content

marmelab/react-admin-todo

Repository files navigation

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