Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 527 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 527 Bytes

Article Viewer

A basic article/blogging application where users can read and post articles.

Existing Project setup

for node version, install nvm. and use command, nvm use to use the required node version. npm install ng serve

Project Setup from scratch

npm install -g @angular/cli ng new project_name

Development server

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

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.