oneuptime/dashboard
Nawaz Dhandala 0230949f1d fix lint
2022-01-23 12:33:05 +00:00
..
.vscode
public Merge branch 'dismiss-warning-button' into 'master' 2022-01-15 07:57:43 +00:00
src fix lint 2022-01-23 12:33:05 +00:00
.babelrc
.dockerignore fix dockerignore 2022-01-22 10:37:57 +00:00
.env saas-review-A-Z 2021-11-23 21:08:30 +01:00
.gitattributes
.gitignore
Dockerfile fix dashboard docker file 2022-01-21 21:38:09 +00:00
Dockerfile.dev fix dashboard docker file 2022-01-21 21:38:09 +00:00
index.js [skip-ci] use express static 2021-12-29 17:20:17 +01:00
package-lock.json fix dashbord build 2022-01-18 13:20:16 +00:00
package.json fix dashbord build 2022-01-18 13:20:16 +00:00
README.md change fyipe to oneuptime, Fyipe to OneUptime, and fyipe.com to oneuptime.com 2021-11-18 22:24:16 +01:00
timezones.txt

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