1.0.0 • Published 6 years ago

sales-hero v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Sales Hero

Sample Dev Studio App

This is a simple Domo App built to be used in conjunction with the Domo U training module which can be found in the Domo Appstore. The objective of that course is to build a version of this app from scratch. This source code is provided as a reference to make sure you're staying on track.

Requirements

Technologies

This app has been kept very basic by design. We've included a few libraries for convenience but kept with the basics as much as possible.

npm scripts

This app comes with a package.json which includes a few npm scripts for convenience. They're mostly just wrappers for domo commands such as domo publish and domo dev, with an added utility to copy node modules into your app.

Getting Started

  1. Clone repo
git clone #Todo
  1. Change directory to the new project and install dependencies
npm install
  1. Upload sample data to your Domo instance.

We've provided a sample dataset that you can use for testing. See /data for spreadsheet.

  1. Update manifest.json

Once you've uploaded your sample dataset you'll have to update our manifest mapping to reference the new dataset Id. The Id can be found in the URL when viewing your dataset detail

https://[customer].domo.com/datasources/[dataset-id-here]/details/overview
  1. Publish design

Publishing your app will generate a design Id, which you'll need to develop locally.

npm run publish
  1. Develop

Once you've published your design, you can start the local dev server to start making changes to the code.

npm start