Using Voyage Presets
Learn how to use out of the box presets to get up and running quickly

Using Defined Presets

CRA Preset

Your app may either use Yarn or NPM but must have a script named start in your package.json. This is the default CRA config.

Example CRA Application

Laravel Preset

Your app must follow the initial bootstraped architecture from Laravel. The application will be deployed behind nginx and the database uses mysql.

Example Laravel Application

Presets Coming Soon

  • Ruby on Rails
  • .NET
  • Django