Skip to content

Latest commit

 

History

History

angular

angular7-realworld-application

The project is inspired by an article wrote on Medium called How to define a highly scalable folder structure for your Angular project. The project is based on best practices from the community, other github Angular projects and my own experiences from working on couple of Angular projects.

Angular Requirements

The angular project needs to be a minimum version of listed below.

  1. Angular 6.x
  2. Node.js 10.x and npm 6.x

#Angular Project setup

  1. git clone https://github.com/rajaramtt/angular7-realworld-application.git
  2. cd angular7-realworld-application/angular
npm install
  1. Congigurations - Pending- Skip now

  2. unit tests Karma - Pending- Skip now ng test

  3. end-to-end tests Protractor - Pending- Skip now ng e2e

npm start 

OR

ng serve

  1. Open brower http://localhost:4200/

  2. Build ng build --prod

Help/Assistance

Developer: Raja Rama Mohan Thavalam rajaram.tavalam@gmail.com