Projeto open source alojado em 4devs.pt.
O objetivo é criar utilitários para desenvolvedores.
Se quiseres adicionar algo, sente-te à vontade para criar uma Pull Request.
-
Instala o Angular CLI globalmente:
npm install -g @angular/cli
-
Instala as dependências:
npm install
-
Inicia o servidor de desenvolvimento:
npm start
-
Abre o navegador em
http://localhost:4200
Open source project hosted at 4devs.pt.
The objective is to create utilities for developers.
If you want to add something, feel free to create a Pull Request.
-
Install Angular CLI globally:
npm install -g @angular/cli
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open the browser at
http://localhost:4200