oneuptime/accounts
2019-08-27 18:47:56 +05:30
..
public Initial commit 2019-08-02 18:26:16 +05:30
src update URLs 2019-08-27 18:47:56 +05:30
.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 E2e pipeline 2019-08-26 07:59:25 +00:00
package.json Accounts puppeteer tests 2019-08-21 17:15:08 +00:00
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