Skip to content

Files

This branch is 1655 commits behind bcgov/sbc-auth:main.

auth-web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 11, 2021
Mar 11, 2021
Mar 11, 2021
May 13, 2021
May 20, 2021
May 19, 2021
Jul 16, 2019
Apr 6, 2020
Jun 18, 2020
Jun 18, 2020
Dec 17, 2019
Dec 3, 2020
Dec 13, 2019
Apr 1, 2021
Aug 6, 2019
Apr 8, 2021
Jul 31, 2020
Sep 20, 2019
Sep 11, 2020
Jun 18, 2020
Apr 29, 2021
Apr 29, 2021
Mar 7, 2019
Jan 23, 2020
Apr 8, 2021

License codecov Auth Web DEV CD Auth Web TEST CD

AUTH WEB (auth-web)

BC Registries authentication and authorization interface.

Prerequisites

Development setup

  • Fork and checkout this repository in to your local.
  • Open terminal or cmd.
  • Go to the auth-web folder (cd /auth-web)
  • install the dependencies by running the command: npm install

Running the environment in development mode

Run the following command on the root(auth-web) folder:

npm run serve

Run your tests

Run the following command on the root folder:

npm run test

Run and check lint

Run the following command on the root folder:

npm run lint

Run your end-to-end tests

Run the following command on the root folder:

npm run test:e2e

Run your unit tests

Run the following command on the root folder:

npm run test:unit

For Production Build

Run the following command in the root folder:

npm run build

Once the build is successful, check the /dist folder for the build files


Customize webpack configuration

See Configuration Reference.


Openshift Environment

View the document here