public-dashboard
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Public Dashboard

Hi, wellcome to Public Dashboard Package, a simple configurable dashboard

How to use the package?

Install the package:

npm install public-dashboard

Import and enjoy:

import { HelloWorld } from public-dashboard;

const App = () => {
  return (
    <div>
      <HelloWorld />
    </div>
  );
};

Example demo app

Dev Workflow

The recommended workflow is to run TSDX in one terminal:

npm start # or yarn start

This builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.

Then run the demo app in another terminal:

cd example
npm i # or yarn to install dependencies
npm start # or yarn start

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i public-dashboard

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    5.79 kB

    Total Files

    15

    Last publish

    Collaborators

    • nestornahuel