0.8.1 • Published 8 months ago
@coasys/flux-graph-view v0.8.1
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.