/example-app

Example app showcasing fulls1z3's Angular libraries

Primary LanguageTypeScriptMIT LicenseMIT

fulls1z3's example application

CircleCI coverage Conventional Commits Greenkeeper badge Angular Style Guide

Please support this project by simply putting a Github star. Share this library with friends on Twitter and everywhere else you can.

fulls1z3/example-app is a sample project for Angular apps following the common patterns and best practices in file and application organization, providing the following features:

Built with angular-cli.

You can find the live app here.

Quick start

# clone the repo
git clone https://github.com/fulls1z3/example-app.git

# change directory to repo
cd example-app

# Use npm or yarn to install the dependencies:
npm install

# run tslint
npm run lint

# start the server
ng serve

Navigate to http://localhost:4200/ in your browser.

NOTE: The above setup instructions assume you have added local npm bin folders to your path. If this is not the case you will need to install the angular-cli globally.

Contributing

If you want to file a bug, contribute some code, or improve documentation, please read up on the following contribution guidelines:

License

The MIT License (MIT)

Copyright (c) 2017 Burak Tasci