All Projects → yitimo → angular-starter-yitimo

yitimo / angular-starter-yitimo

Licence: MIT license
angular2-demo by yitim

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to angular-starter-yitimo

ng-seed
Simple Angular seed project with commonly used features.
Stars: ✭ 12 (-7.69%)
Mutual labels:  angular2
css-modules-angular2
Css modules working with Angular2
Stars: ✭ 22 (+69.23%)
Mutual labels:  angular2
angular2-instagram
🔥Instagram like photo filter playground built with Angular2 (Web | Desktop)
Stars: ✭ 91 (+600%)
Mutual labels:  angular2
ngx-rx-collector
Angular 6+ garbage collector for RxJS subscriptions.
Stars: ✭ 15 (+15.38%)
Mutual labels:  angular2
ng-elm
Write Angular components in Elm.
Stars: ✭ 41 (+215.38%)
Mutual labels:  angular2
angular-ninja
The way to be an Angular ninja
Stars: ✭ 44 (+238.46%)
Mutual labels:  angular2
ngx-event-modifiers
Event Modifiers for Angular Applications https://netbasal.com/implementing-event-modifiers-in-angular-87e1a07969ce
Stars: ✭ 14 (+7.69%)
Mutual labels:  angular2
angular2-crud-auth-routing
Sample Angular (2.x, 4.x) project with Contacts CRUD + routing + simple authentication
Stars: ✭ 60 (+361.54%)
Mutual labels:  angular2
ng4-stompjs-demo
A sample using Angular4, Angular CLI and @stom/ng2-stompjs
Stars: ✭ 20 (+53.85%)
Mutual labels:  angular2
angular-particle
Particle.js rewritted for Angular2/4
Stars: ✭ 58 (+346.15%)
Mutual labels:  angular2
angular-landing-page
Beautiful Angular landing page with firebase, chat, poll, dynamic features/gallary, and nice animations/scrolling.
Stars: ✭ 43 (+230.77%)
Mutual labels:  angular2
ionic-uuchat
基于ionic3,angular4的实时聊天app,兼容web端。该项目只是前端部分,所有数据需要请求后端服务器,需要配套express-uuchat-api使用。
Stars: ✭ 14 (+7.69%)
Mutual labels:  angular2
angular-adal-quickstart
Quickstart/Seed for using Microsoft's AAD Authentication with Angular (2/4).
Stars: ✭ 22 (+69.23%)
Mutual labels:  angular2
kathisto
📦 Server-side rendering for Javascript based web-apps
Stars: ✭ 17 (+30.77%)
Mutual labels:  angular2
Ionic3-FullscreenContent
Ionic 3 demo of how to hide the header when scrolling down and show it again when scrolling up.
Stars: ✭ 24 (+84.62%)
Mutual labels:  angular2
ng2-STOMP-Over-WebSocket
STOMP Over WebSocket service for angular2
Stars: ✭ 35 (+169.23%)
Mutual labels:  angular2
angular-rollbar-source-maps
Angular 2+ implementation to upload sourcemaps to Rollbar
Stars: ✭ 17 (+30.77%)
Mutual labels:  angular2
ng2-gravatar
Angular2 gravatar directive
Stars: ✭ 21 (+61.54%)
Mutual labels:  angular2
fullstack-graphql-angular
Simple Fullstack GraphQL Application with Angular CLI + Redux. API built with Typescript + Express + GraphQL + Sequelize (supports MySQL, Postgres, Sqlite and MSSQL). WebApp built with Angular CLI + Redux + Async Middleware to access the API.
Stars: ✭ 67 (+415.38%)
Mutual labels:  angular2
clean-to-the-core
🍏 A gluten free, accessible, offline-first, progressive web app for creating healthy meals.
Stars: ✭ 12 (-7.69%)
Mutual labels:  angular2

angular-starter-yitimo

Angular starter by yitimo. Bases on project created by angular-cli.

  1. Use yarn for package managing.
  2. Use SCSS for styling.
  3. Use material UIs.
  4. Add i18n ability.
  5. Remove test related code.

Build it by yourself

As this is a repo just based on angular-cli created, you can just build it manually. Just see as the following steps.

  1. install yarn
  2. install @angular/cli globally by yarn global add @angular/cli
  3. config angular-cli to use yarn defaultly by ng config -g cli.packageManager yarn
  4. ng new yourAppName --style=scss
  5. delete test related files if you don't need them like me
  6. move global config files to where you want
  7. add material by yarn add @angular/material @angular/cdk and then import the css file
  8. add shared module to put material modules or others common modules in
  9. add core module to put global services/modules
  10. add translate module and config it
  11. add app routes and sub routes
  12. start writing your fantastic app
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].