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 install
to install all required dependencies. - Run npm run
create-db
to manually create and initialize the SQLite database indb/createDB.js
.
- Use
npm run dev
to start the application in development mode with hot reloading and see changes live.
- Run
npm run build
to build the application for distribution and generate installation files for various platforms. The application build results will be in thebuild
folder and ready for production.
- Use
npm start
to run Electron applications and access the basic backoffice template interface.