A fullstack boilerplate template for Egg Born framework with MySQL database integration. Version 1.0.31 provides a scaffold combining frontend and backend applications, leveraging MySQL as the database backend. Designed for rapid project initialization with Egg Born ecosystem. Release cadence is low; primarily a scaffold template with minimal updates.
npm install egg-born-template-front-backend-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to scaffold a new project using this template with the Egg Born CLI.
Install egg-born globally: npm i -g egg-born
Create database and update config files with connection details.
Use CommonJS style or convert to ESM manually.
Use the Egg Born CLI to scaffold a new project: egg-born init my-app --template front-backend-mysql
Check config/config.default.js for MySQL settings and ensure the database exists.