oneuptime/Dashboard
2022-04-24 20:20:53 +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 process.env 2022-04-20 21:57:05 +01:00
.babelrc fix 2022-04-10 22:50:28 +01:00
.dockerignore fix ignore files 2022-04-24 20:20:53 +01:00
.env fix 2022-04-10 22:50:28 +01:00
.gitattributes fix 2022-04-10 22:50:28 +01:00
.gitignore fix ignore files 2022-04-24 20:20:53 +01:00
Dockerfile fix dashboard dockerfile 2022-04-22 21:40:29 +01:00
Dockerfile.dev fix dashboard dockerfile 2022-04-22 21:40:29 +01:00
index.ts fix process.env 2022-04-20 21:57:05 +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