Skip to content

conjur-dev/conjur-go

Repository files navigation

Conjur-Go

https://github.com/pkcwong/conjur-go

GitWorkflow

A full stack boilerplate with Golang + ReactJS.

Prerequisites and Installation

Install the following frameworks and packages.

Verify the installation.

go version
node --version
yarn --version

Clone this repository.

git clone https://github.com/conjur-dev/conjur-go.git <PROJECT_NAME>
cd <PROJECT_NAME>
git submodule update --init --recursive

Building backend.

go build

Building frontend.

cd client
yarn build

Development

Start the backend server, default listening on port :8080.

go run .

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

cd client
yarn start

Production

Create an optimized frontend production build.

cd client
yarn build

Start the backend server.

go run .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages