Skip to content

mcknasty/twitter-angular-clone.github.io

Repository files navigation

Twitter Clone

CircleCI codecov

This project's initial template was generated with Angular CLI version 7.3.6.

About

This project was created with the following features:

Live Example

To see a live example of this demo, please follow this link. To add a new tweet click the tweet button at the top of the tweet feed. To see another users feed click on any of the handles in the tweets

Working with this project

Install angular cli with the following command:

 npm install -g @angular/cli

Clone the project to a convenient directory path then change into the repository's directories

  git clone git@github.com:mcknasty/twitter-angular-clone.github.io.git
  cd twitter-angular-clone.github.io

Install the node module dependencies

npm install

Development server

Run npm run start from with in the repository directory for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. Note if you are running inside a virtual machine or a docker container you might to forward some ports in order to access the above url.

Running Unit Tests

Run npm run test

Build

Run npm run build from the root repository directory to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Screenshots

Phone

Phone View

Tablet

Tablet View

Desktop

Desktop View

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published