rafal / Twitter-Like-App-Front-End-Layer-In-Angular

Angular 4 project: Twitter-like user-profile component - reusable, responsive design.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter-Like-App-Front-End-Layer-In-Angular

Angular 4 project: Twitter-like user-profile component - reusable, responsive design.

Tech stack: Angular 4, CSS, HTML, JavaScript, TypeScript, ES6, NodeJS, NPM, Bootstrap, Jasmine, browsersync, lite-server, rxjs, systemjs

page-1-artboard page-1-artboard-copy

About

  • Transpiling ES6: TypeScript compiled via npm script
    • Compiled from the app/ folder to the dist/ folder
  • Loading Imports: SystemJS is the loader
  • Serving: lite-server serves the dev server

Requirements

Installation

  • Clone the repo: git clone git@github.com:rafpla/Twitter-Like-App-Front-End-Layer-In-Angular
  • Choose the new directory: cd twitter-like-front-end
  • Install dependencies: npm install
  • Start the app: npm start
  • View the app: http://localhost:3000

Usage

  • The Angular application is found in the app/ directory

About

Angular 4 project: Twitter-like user-profile component - reusable, responsive design.


Languages

Language:CSS 43.2%Language:JavaScript 22.2%Language:TypeScript 17.7%Language:HTML 16.9%