Play with this app at https://avu120.github.io/dashboard-editor/.
Create and customize your own dashboard.
- Install all dependencies by running
npm i
oryarn
. - Start the app on a local dev server by running
npm start
oryarn start
. - Access http://localhost:3000/ in any web browser to play with the running app.
- Run basic tests by running
npm run test
oryarn test
.