oneuptime/accounts
Nawaz Dhandala 809a95a010 fix lint.
2021-05-14 15:24:20 +01:00
..
.vscode
public
src fix lint. 2021-05-14 09:49:00 +01:00
.babelrc
.dockerignore
.env
.gitattributes
.gitignore
Dockerfile
index.js fix lint. 2021-05-14 15:24:20 +01:00
lighthouse.js
lighthouseWorker.js
package-lock.json
package.json
README.md

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