Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 518 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 518 Bytes

Seedx WS (green-ui app)

to run the project you need nodejs ^12 golang ^1.14 to install Golang Node

# Instll
    npm install -g @angular/cli nx && npm install

# DEV
    nx serve green-api = run the golang api server
    nx serve green-client = run the angualr client app

# BUILD (Docker-compose)
    docker-compose build
    docker-compose up

This project was generated using NX Worksapce Nx