Files
oneuptime/dashboard
Nawaz Dhandala 0230949f1d fix lint
2022-01-23 12:33:05 +00:00
..
2022-01-23 12:33:05 +00:00
2022-01-22 10:37:57 +00:00
2021-11-23 21:08:30 +01:00
2020-11-03 15:20:37 +05:30
2022-01-21 21:38:09 +00:00
2022-01-21 21:38:09 +00:00
2021-12-29 17:20:17 +01:00
2022-01-18 13:20:16 +00:00
2022-01-18 13:20:16 +00:00

OneUptime Dashboard

Stack

  • Reactjs - UI Library
  • Redux - State managment
  • Redux Forms - Forms

Start

To run the app:

In development. Consider adding PORT=3002 to a .env in the project root because razzle and express server and webpack dev server will use port 3000 and 3002 causing port conflict with the backend that usually runs on port 3002

 npm run dev

In production:

 npm start

Puppeteer Tests

To run puppeteer tests for this repo, follow these steps:

  • Start the backend server
  • Start the accounts application
  • Start the dashboard application
  • Then run npm run test from your terminal