fulls1z3 / example-app

Example app showcasing fulls1z3's Angular libraries

Home Page:https://fulls1z3.github.io/example-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

Thanks to

  • JetBrains, for their support to this open source project with free WebStorm licenses.

License

The MIT License (MIT)

Copyright (c) 2018 Burak Tasci

About

Example app showcasing fulls1z3's Angular libraries

https://fulls1z3.github.io/example-app

License:MIT License


Languages

Language:TypeScript 91.0%Language:JavaScript 6.0%Language:HTML 2.7%Language:CSS 0.4%