@shagital/adonisjs-crud-generator
Version:
Adonisjs Admin Panel Generator is a package that helps you quickly scaffold your typical CRUD admin interfaces. It generates the admin panel code based on the existing (migrated) table in the database
8 lines (7 loc) • 316 B
Markdown
# {{APP_NAME}} Admin Dashboard
- Ensure node >=8 is installed
- Make sure you have npm or yarn installed
- Install dependencies `npm install` or `yarn install`
- Create env file `cp .env.example .env`
- Start development server `npm run serve` or `yarn serve`
- For production, build `npm run build` or `yarn build`