- Production https://cacombos.com
- Stage https://stage.cacombos.com
Clone Repository
git clone https://github.com/cacombos/cacombos-ui.git
Use Docker and Docker Compose to set up production enviroment.
docker build -t cacombos/cacombos-ui .
Requirements:
- NodeJS 16
- Angular CLI
- Yarn
Install Node packages and start server.
yarn
yarn build:ssr
yarn run serve:ssr
Just click below to start development in Gitpod. You must register to service with your Github account.
Build, install Node-modules and start dev environment.
docker-compose build
docker-compose up -d
You can then modify files locally and see changes via browser http://localhost:4200
Requirements:
- NodeJS 14
- Angular CLI
- Yarn
Run yarn
to install Node-modules
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.