0.1.0 • Published 1 year ago

create-hexabase-app v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Hexabase SDK example

To get the application, run:

npx create-hexabase-app <name>

// When <name> is '.', default result is 'hexabase-app'

Then, let's select your application

name

And select installer package

name

Once you got the code, to start the project:

  • Add your config to .env file (if required)

  • Start with chosen installing package command

npm run dev

or

yarn dev