oneuptime/dashboard
Nawaz Dhandala 6cb74f1b68
Fix lint.
2020-02-18 21:58:25 +01:00
..
.storybook
public On Call Schedule. 2020-02-06 21:16:35 +01:00
src Fix lint. 2020-02-18 21:58:25 +01:00
.babelrc
.dockerignore
.env
.eslintignore
.eslintrc.json Fix dashboard lint. 2020-02-17 00:10:35 +01:00
.gitattributes
.gitignore
.gitlab-ci.yml
Dockerfile
index.js Fix dashboard lint. 2020-02-17 00:10:35 +01:00
package-lock.json Add fyipe react select. 2020-02-17 23:44:19 +01:00
package.json Merge branch 'master' of gitlab.com:fyipe-project/app into react-select-fyipe 2020-02-17 15:01:36 +03: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