Office DataCentral is a desktop application template designed for backoffice and data management needs. Templates based on modern technologies such as Node.js and other support tools that provide a strong and flexible foundation for your backoffice applications. This template is ideal for developers who want to build desktop applications with complete backoffice functionality and a responsive user interface.
- Clone the repository and run
npm installto install all required dependencies. - Run npm run
create-dbto manually create and initialize the SQLite database indb/createDB.js.
- Use
npm run devto start the application in development mode with hot reloading and see changes live.
- Run
npm run buildto build the application for distribution and generate installation files for various platforms. The application build results will be in thebuildfolder and ready for production.
- Use
npm startto run Electron applications and access the basic backoffice template interface.
