Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 479 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 479 Bytes

Dashboard Editor

demo-gif Play with this app at https://avu120.github.io/dashboard-editor/.

Description

Create and customize your own dashboard.

How to run the app

  1. Install all dependencies by running npm i or yarn.
  2. Start the app on a local dev server by running npm start or yarn start.
  3. Access http://localhost:3000/ in any web browser to play with the running app.
  4. Run basic tests by running npm run test or yarn test.