Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.55 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.55 KB

Hello-Angular

This project is a start point to develop Angular apps with apiato as backend. At the moment the apiato supported version is 4.0.2, checkout apiato, it's a great project!!. This project uses Angular 4.

Some libraries used on this project:

  • ReactiveForms
  • angular2-jwt
  • @ngrx/core
  • @ngrx/effects
  • @ngrx/router-store
  • @ngrx/store
  • @ngx-translate/core
  • @ngrx/store-devtools
  • ngrx-store-freeze
  • ngx-bootstrap
  • font-awesome
  • etc...

Install

The install is as usual on any angular-cli project:

git clone --recursive https://github.com/llstarscreamll/Hello-Angular.git
cd Hello-Angular
yarn install # or npm install
ng serve

Now go to http://localhost:4200 and test the app.

Features

The main features of this project have been moved to their own repos, so git submodules are used to deliver updates more often, check those repos to see detailed modules feaures:

Tests

The app and the submodules has some tests:

ng tests

Contribution

There is a lot of work to do, contributions are welcome!!

License

The MIT License MIT.