oneuptime/dashboard
2020-02-23 09:47:41 +00:00
..
.storybook
public On Call Schedule. 2020-02-06 21:16:35 +01:00
src fix failing test for monitor subproject 2020-02-21 14:02:17 +03:00
.babelrc
.dockerignore
.env
.eslintignore
.eslintrc.json Fix dashboard lint. 2020-02-17 00:10:35 +01:00
.gitattributes
.gitignore
Dockerfile Update node in docker file. 2020-02-21 19:38:43 +01:00
index.js Change env var 2020-02-19 22:30:53 +01:00
package-lock.json Version Update 3.0.1794 [skip ci] 2020-02-23 09:47:41 +00:00
package.json Version Update 3.0.1794 [skip ci] 2020-02-23 09:47:41 +00:00
README.md Change npm run jest -> npm run test 2020-02-13 20:09:19 +01:00
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