Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.07 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.07 KB

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