@coasys/flux-graph-view
v0.8.1
Published
## About
Downloads
20
Readme
Flux App Preat Starter Template
About
This starter template includes everything you need to make an app for Flux.
Dependencies:
- ad4m-connect
- ui
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.