oneuptime/accounts
2019-08-16 16:58:56 +05:30
..
public Initial commit 2019-08-02 18:26:16 +05:30
src Users Page 2019-08-07 16:20:45 +01:00
.babelrc Initial commit 2019-08-02 18:26:16 +05:30
.dockerignore Initial commit 2019-08-02 18:26:16 +05:30
.eslintignore Initial commit 2019-08-02 18:26:16 +05:30
.eslintrc.json Initial commit 2019-08-02 18:26:16 +05:30
.gitignore Initial commit 2019-08-02 18:26:16 +05:30
.gitlab-ci.yml Initial commit 2019-08-02 18:26:16 +05:30
Dockerfile Initial commit 2019-08-02 18:26:16 +05:30
index.js Initial commit 2019-08-02 18:26:16 +05:30
package-lock.json Resolved Merge Conflict 2019-08-13 21:52:46 +00:00
package.json Merge from master 2019-08-16 16:58:56 +05:30
README.md Initial commit 2019-08-02 18:26:16 +05:30

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 jest from your terminal