MDB GO Starters

MDB GO Starters ready-to-use backend and frontend environments

Use ready-made starters and start your project with a configured environment


Introduction

You can use ready-made environments for your projects, to see all available starters, just use mdb starters command

        
            
            $ mdb starters
          
        
    

Info: A PRO license is required for some starters


Initialization

To initialize the starter, use the mdb init command and choose the right starter.

        
            
            $ mdb init
          
        
    

To initialize an empty starter, use

        
            
            $ mdb blank init