Skip to content

uri-ustrell/angular-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloWorld

(this repository only pretends to show at what exact point I am in the Angular course of Udemy)

This project was generated with Angular CLI version 6.2.5.

Development environtment | node.js

First af all, Make sure you have Node.js® and npm installed.

https://docs.npmjs.com/getting-started/installing-node

install Angular CLI version 6.2.5 & init "hello-world"

$ cd /.../...

$ npm install -g @angular/cli

$ ng new hello-world

$ cd hello-world

Manually remove every content listed here:

--folder e2e

--folder src

--file .editorconfig

--file .gitignore

--file README.md

--file angular.json

--file package-lock.json

--file package.json

--file tsconfig.json

--file tslint.json

Git Clone

$ cd /.../hello-world (note that /.../ needs to be replaced with your project folder path)

$ git clone https://github.com/uri-ustrell/angular-helloworld.git

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/.


#enjoy#

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors