Skip to content

JhonatanMedeiros/bank-account-front

Repository files navigation

Build Status Greenkeeper badge

Bank Account Front

This project was generated with Angular CLI version 7.3.6.

Requirements

  • node >= 8
  • angular cli >= 7

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

App skeleton

.
├── LICENSE
├── README.md
├── angular.json
├── package.json
├── src
│   ├── app
│   │   ├── app.module.ts
│   │   ├── app-routing.module.ts
│   │   ├── app.component.ts
│   │   ├── app.component.html
│   │   ├── app.component.scss
│   │   └── validation.ts
│   ├── assets
│   └── environments
│       ├── environment.prod.ts
│       └── environment.ts
├── tsconfig.json
└── tslint.json

License

This project is licensed under the MIT License - see the LICENSE.md file for details