Skip to content

OmarASelim/chat-app

Repository files navigation

Chat App

Getting Started

Prerequisites

Install Node.js and npm if they are not already on your machine.

Verify that you are running at least Node.js version 8.x or greater and npm version 5.x or greater by running node -v and npm -v in a terminal/console window. Older versions produce errors, but newer versions are fine.

Installing

  • Clone this repositry git clone [email protected]:omarabdel-hady/chat-app.git
  • CD to the folder cd FOLDER_NAME
  • Run yarn to install project dependencies.

Although npm install would also work, its recommended to use Yarn to install the app dependencies. Yarn has the big advantage that if you use it you will be installing the exact same dependencies than I installed in my machine, so you wont run into issues caused by semantic versioning updates.

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Built with

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

About

Chat app using Angular and Firebase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published