0.5.5 • Published 1 year ago

@junto-foundation/graph-view v0.5.5

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

Flux App Preat Starter Template

About

This starter template includes everything you need to make an app for Flux.

Dependencies:

  • ad4m-connect
  • junto-elements

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

Development

# yarn
yarn dev

# npm
npm dev

Production

Build the application for production:

# yarn
yarn build

# npm
npm build

Checkout the deployment documentation for more information.