oneuptime/Dashboard
Nawaz Dhandala c903ce838b
Fix
2022-04-12 21:33:28 +01:00
..
.vscode fix 2022-04-10 22:50:28 +01:00
public Rename services 2022-04-11 14:11:16 +01:00
src Fix 2022-04-12 21:33:28 +01:00
.babelrc fix 2022-04-10 22:50:28 +01:00
.dockerignore Rename services 2022-04-11 14:11:16 +01:00
.env fix 2022-04-10 22:50:28 +01:00
.gitattributes fix 2022-04-10 22:50:28 +01:00
.gitignore fix 2022-04-10 22:50:28 +01:00
Dockerfile Rename services 2022-04-11 14:11:16 +01:00
Dockerfile.dev Rename services 2022-04-11 14:11:16 +01:00
index.ts fix 2022-04-10 23:04:03 +01:00
package-lock.json Rename services 2022-04-11 14:11:16 +01:00
package.json Rename services 2022-04-11 14:11:16 +01:00
README.md fix 2022-04-10 22:50:28 +01:00
timezones.txt fix 2022-04-10 22:50:28 +01:00
tsconfig.json fix 2022-04-10 22:50:28 +01: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