Skip to content

NestorNahuel/public-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published