Skip to content

conjur-dev/conjur

Repository files navigation

Conjur

https://github.com/conjur-dev/conjur

GitWorkflow

A front end boilerplate with ReactJS.

Prerequisites and Installation

Install the following frameworks and packages.

Verify the installation.

node --version
yarn --version

Clone this repository.

git clone https://github.com/conjur-dev/conjur.git <PROJECT_NAME>
cd <PROJECT_NAME>
yarn install
yarn build

This repository is for front end code only, designed to be a submodule for full stack development. For usage please see corresponding installation notes.

Development

Start a development server for frontend, default listening on port :3000.

yarn start:dev

Running tests.

yarn test

Production

Create an optimized frontend production build.

yarn build

Serve a static site.

yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published