oneuptime/accounts
2020-02-18 13:11:28 +03:00
..
public Fix accounts lint. 2020-02-16 23:50:27 +01:00
src Fix accounts lint. 2020-02-16 23:50:27 +01:00
.babelrc
.dockerignore
.env Accounts: Remove hard coded env vars 2020-01-23 12:18:40 +05:30
.eslintignore
.eslintrc.json Fix accounts lint. 2020-02-16 23:50:27 +01:00
.gitattributes fixed backend failing test and crlf error in all projects 2019-11-21 18:35:28 +05:30
.gitignore
.gitlab-ci.yml
Dockerfile Accounts: Remove ARG from Dockerfile 2019-11-25 18:49:44 +05:30
index.js Fix accounts lint. 2020-02-16 23:50:27 +01:00
lighthouse.js Lower lighthouse scores. 2020-02-18 13:11:28 +03:00
lighthouseWorker.js Lower lighthouse scores. 2020-02-18 13:11:28 +03:00
package-lock.json Add dependency check in all projects. 2020-02-13 22:47:35 +03:00
package.json Merge branch 'master' into fyipe-chores-and-fixes 2020-02-14 15:37:14 +01:00
README.md Change npm run jest -> npm run test 2020-02-13 20:09:19 +01:00

Fyipe Dashboard - Accounts

Repository for user authentication of the fyipe dashboard

Stack

  • Reactjs - UI Library
  • Redux - State managment
  • Redux Forms - Forms

Start

To run the app:

 npm install

In development:

 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
  • Then run npm run test from your terminal