oneuptime/dashboard
2020-06-28 14:04:07 +02:00
..
.storybook feature(dashboard): adds breadcrumbs 2020-05-28 13:27:23 +03:00
.vscode Fix Monitor Detail test 2020-05-08 21:07:14 +02:00
public Merge branch 'master' of https://gitlab.com/fyipe-project/app into feature-applog 2020-06-24 17:55:59 +01:00
src Merge branch 'lighthouse-check-fix' into 'master' 2020-06-27 12:09:19 +00:00
.babelrc
.dockerignore
.env fix(tests): fixes enterprise tests on the dashboard 2020-06-24 18:51:57 +03:00
.gitattributes
.gitignore Fix Monitor Detail test 2020-05-08 21:07:14 +02:00
Dockerfile skip pptr download when building docker img. 2020-05-25 21:58:05 +02:00
index.js
package-lock.json date time range picker 2020-06-22 17:30:40 +01:00
package.json Add detecs ops handles in test. 2020-06-26 19:50:12 +02:00
README.md
timezones.txt

Fyipe 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