adobe / franklin-dashboard

Apache License 2.0
4 stars 2 forks source link

Datadesk Dashboard React

A react based implementation of the Franklin Dashboard

Environments

Installation

npm i

Linting

npm run lint

Storybook

npm run storybook

Local development

  1. Install Dependencies: npm install
  2. Start Franklin Proxy: npm start (opens your browser at http://localhost:3000)
  3. Open the franklin-dashboard directory in your favorite IDE and start coding :)