https://github.com/conjur-dev/conjur
A front end boilerplate with ReactJS.
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.
Start a development server for frontend, default listening on port :3000.
yarn start:dev
Running tests.
yarn test
Create an optimized frontend production build.
yarn build
Serve a static site.
yarn start