oneuptime/dashboard
Nawaz Dhandala 40b34835c4 fix lint.
2022-02-18 13:40:22 +00:00
..
.vscode
public rename jobs 2022-01-29 10:15:39 +00:00
src fix lint. 2022-02-18 13:40:22 +00:00
.babelrc
.dockerignore remove newrelic 2022-02-11 22:22:01 +00:00
.env saas-review-A-Z 2021-11-23 21:08:30 +01:00
.gitattributes
.gitignore
Dockerfile fix docker images 2022-02-12 09:51:52 +00:00
Dockerfile.dev fix docker images 2022-02-12 09:51:52 +00:00
index.js fix lint. 2022-02-11 14:09:10 +00:00
package-lock.json Remove Sentry 2022-02-09 22:13:12 +00:00
package.json Remove Sentry 2022-02-09 22:13:12 +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