0.7.0 • Published 4 years ago

create-burstiq-workspace v0.7.0

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
4 years ago

create-burstiq-workspace

> npx create-burstiq-workspace

What is this?

An install script to get started developing applications using BurstIQ and the BurstChain.

Getting Started

npx create-burstiq-workspace
? Workspace name (e.g., org name)     goodhealth
? What to create in the new workspace everything    [get everything in a workspace to start building apps with all the libraries available]
? Application name                    my-burstiq-app

If it's your first Nx project, the command will recommend you to install the nx package globally, so you can invoke nx directly without going through npm.

Serving Application

  • Run npm run start to serve the newly generated application using BurstIQ's Angular libraries source code!

Resources