Skip to content

gmunumel/chat-client-side

Repository files navigation

Angular2 App

This project provide the frontend functionality for the chat. It will send requests to rails API and will display data in a browser.

Installation

npm install

Run App

npm start

Run Unit Tests

npm test

Run End-to-End Tests

npm run e2e

Notice before run e2e tests or the app you must have rails api server running first (rails s).

License

Licensed under MIT

Related information: