AIESEC-no-Brasil / databazi-web

Aplicação frontend para o Databazi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DatabaziWeb

This project was generated with Angular CLI version 6.0.8.

Branch

staging: default branch

Development server

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.

Code scaffolding

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.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

development internal server

First verify your machine IP Address. On Windows, type ipconfig in Prompt (copy IPv4). On Mac, type ifconfig |grep inet in Terminal (copy inet).

e.g: 192.168.0.10.

Next, type ng serve --host 192.168.0.10.

Ok, your app on air for all devices on same network. Now only http://192.168.0.10:4200/ will work, localhost not more.

#Embedded forms To embed program forms into other websites:

[URL] = http://d2r6p8mms29sdx.cloudfront.net

Example:

<iframe id="theFrame" src=[URL] + "/intercambio?embedded=true" style="width:100%; height: 100%;" frameborder="0"> </iframe>

Examples with all programs / forms (staging)

  • "Intercambio", form offline
<iframe id="theFrame" src="http://d2r6p8mms29sdx.cloudfront.net/intercambio?embedded=true" style="width:100%; height: 100%;" frameborder="0"> </iframe>
  • "Voluntário Global", formGv
<iframe id="theFrame" src="http://d2r6p8mms29sdx.cloudfront.net/formulario-voluntario-global?embedded=true" style="width:100%; height: 100%;" frameborder="0"> </iframe>
  • "Talento Global", formGt
<iframe id="theFrame" src="http://d2r6p8mms29sdx.cloudfront.net/formulario-talento-global?embedded=true" style="width:100%; height: 100%;" frameborder="0"> </iframe>
  • "Empreendedor Global", formGe
<iframe id="theFrame" src="http://d2r6p8mms29sdx.cloudfront.net/formulario-empreendedor-global?embedded=true" style="width:100%; height: 100%;" frameborder="0"> </iframe>

About

Aplicação frontend para o Databazi


Languages

Language:SCSS 48.8%Language:HTML 28.6%Language:TypeScript 22.5%Language:JavaScript 0.1%Language:Batchfile 0.0%