Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

tractr/boilerplate-react-admin-dexie

Repository files navigation

This boilerplate is an integration of React Admin, enhanced by using Hapify as a code generator.

Installation

Clone this repository and run npm install.

Data models for your project

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.

Code generation

Run npm run generate to generate the code from the data models.

Start the application

Run npm start and go to http://localhost:3000/

Back-end

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.

About

Integration of Rect Admin with IndexedDb and Hapify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published