Re-usable angular component modules.
- Projects: contains different components, pipes, modules
- Component documentations placed under ./src
- For every project needs this three script
- "start:{project}": "ng serve ito-{project}" - Start the development server for only one project
- "deploy:{project}": "ng serve ito-{project}" - Build as a npm module
- "build:{project}": "ng serve ito-{project}" - Build as angular project
- npm run server-up