Skip to content

AVu120/dashboard-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.