Todo app built with react-admin. It shows how to use react-admin in headless mode to build a custom UI.
Install the application dependencies by running:
npm install
Start the application in development mode by running:
npm run dev
Build the application in production mode and deploy it to the gh-pages
branch by running:
npm run build
npm run deploy