- Client Details
- Environment URLS
- Team
- Management resources
- Technology Stack
- Project Setup
- Running the stack for development
- Stop the project
- Checking code for potential issues
Name | Role | |
---|---|---|
Aldo Lares | [email protected] | Product Owner |
- Production - BlueLab Showroom
- Production API - BlueLab Showroom API
Name | Role | |
---|---|---|
Gonzalo Garcia Porras | [email protected] | Developer |
Ángel Figueroa Zambrano | [email protected] | Developer |
Jorge Sabella Elizondo | [email protected] | Developer |
Jesus Lugo Santillán | [email protected] | Developer |
You should ask for access to this tools if you don't have it already:
- VueJS
- Vuetify
- NodeJS
- Express
- MongoDB
- AWS S3
- AWS Lambda
Instalar NPM que se encuentra dentro de Node.js (https://www.npmjs.com/get-npm)
Para asegurarse que está instalado, correr el siguiente comando.
$ npm -v
Las siguientes instrucciones son para correr un ambiente local utilizando Vue CLI y Node.js.
$ git clone https://github.com/ProyectoIntegrador2018/blue-lab.git
$ cd blue-lab/showroom
$ npm install
$ npm run serve
Abrir al navegador de elección y abrir el enlace generado. Usualmente el mensaje es el siguiente.
DONE Compiled successfully in 555ms 9:31:01 PM
App running at:
- Local: http://localhost:8080/
drive```
### Stop the project
#### Para detener la ejecución de la aplicación web
```shell
Ctrl + c
npm run lint