Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
/ NextLevel Public archive

The powerful portal of e-sports made with AngularJS and NodeJS

License

Notifications You must be signed in to change notification settings

dherediat97/NextLevel

Repository files navigation

NextLevel

This project was generated with Angular CLI version 1.7.3.

Este proyecto ha sido generado con Angular CLI versión 1.7.3.

Development server / Desarrollo de la App

Run ng serve --open for a dev server.The app launch automatically the browser to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Para arrancar la app utilza el comando ng serve --open. Se te abrira en el navegador predeterminado en la ruta 'http://localhost:4200/'. Tiene livereload incorporado, cualquier cambio de código la app se actualizará con ese cambio.

Code scaffolding / Utilidades del CLI

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.

ng generate component component-name para crear componentes de la App. Puedes usar también ng generate directive|pipe|service|class|guard|interface|enum|module. (Opcional)

Build / Distribucion del proyecto

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.

ng build para distribuir el proyecto. Este comando guardara un javascript en la carpeta dist(Necesario para publicarlo en cualquier servidor).

Running unit tests / Pruebas unitarias

Run ng test to execute the unit tests via Karma.

Arranca ng test para lanzar las pruebas unitarias Karma.

Running end-to-end tests / Pruebas End-to-End

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

Arranca ng e2e para lanzar las pruebas end-to-end Protractor.

Copyright (c) 2019 David Heredia Tartajo