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.
The angular project needs to be a minimum version of listed below.
- Angular 6.x
- Node.js 10.x and npm 6.x
#Angular Project setup
- git clone https://github.com/rajaramtt/angular7-realworld-application.git
- cd angular7-realworld-application/angular
npm install
-
Congigurations - Pending- Skip now
-
unit tests Karma - Pending- Skip now
ng test
-
end-to-end tests Protractor - Pending- Skip now
ng e2e
npm start
OR
ng serve
-
Open brower
http://localhost:4200/
-
Build
ng build --prod
Developer: Raja Rama Mohan Thavalam rajaram.tavalam@gmail.com