@quintype/create-malibu-app

A starter kit for malibu apps

Usage no npm install needed!

<script type="module">
  import quintypeCreateMalibuApp from 'https://cdn.skypack.dev/@quintype/create-malibu-app';
</script>

README

Create Malibu App create-malibu-app

This is a started kit for creating frontend Node JS and React JS applications on Quintype.

Prerequisites

  • git
  • node and npm

Getting Started

  • To create a new malibu app with create-malibu-app, run the following
npm init quintype/malibu-app <project-name> [advanced]

or, with npx

npx quintype/malibu-app <project-name> [advanced]
Arguments Required Description
advanced optional Adding advanced enhances the base malibu app with a set of prebuilt customizable features. Please contact Quintype to get a detailed information of the features.
  • Once installation is done, you will find the project reacted from the path you ran the command from.