This boilerplate is an integration of React Admin, enhanced by using Hapify as a code generator.
Clone this repository and run npm install
.
To define the data models for your project, run npm run edit
.
This will start the Hapify data model management console.
To learn more about data model management, please refer to the Hapify documentation.
Run npm run generate
to generate the code from the data models.
Run npm start
and go to http://localhost:3000/
This boilerplate has no back-end. It uses IndexedDB (via Dexie) to store the data. If you want to use this boilerplate for your project, you will have to connect it to your back-end by defining your own dataProvider and authProvider.