/angular4-example-app

Angular 4 Example App + Angular CLI + Angular Material + Travis CI

Primary LanguageTypeScriptMIT LicenseMIT

Example app with Angular 4 + Angular CLI + Angular Material + Travis CI

Base project made with much ❤️ . Contains CRUD, official style guide, patterns, etc.

travis Coverage Status Codacy Badge Known Vulnerabilities devDependency Status peerDependencies Status Join the chat at https://gitter.im/angular4-example-app/Lobby

DEMO

Live DEMO here!

angular-example-app

Usage

npm i - Installs everything needed

npm start - Starts the app. Then go to localhost:4200

npm run e2e - Runs end to end tests with protractor

npm run build - Builds the app for production

npm run lint - Runs the linter (tslint)

npm run ci - Executes linter and e2e tests

npm run deploy - Builds the app and deploy to Github pages (fork to do this)

Features

  • Angular 4
  • TypeScript
  • Angular CLI
  • Responsive layout
  • Angular Material
  • Internationalization
  • Sass
  • Tests e2e with Protractor
  • Github pages deploy ready

Travis CI

We use Travis CI to run this tasks in order:

  • Linter
  • Tests e2e
  • Build for production
  • Deploy in Github pages :)

How can I support developers?

  • Star the GitHub repo ⭐
  • Create pull requests, submit bugs, suggest new features or documentation updates 🔧

Server

This repo is using an API which is another example app in NodeJS deployed on Heroku and using PostGreSQL, to create, modify and delete heroes

Enjoy 🤘

We are always happy to hear your feedback!