This project provide the frontend functionality for the chat. It will send requests to rails API and will display data in a browser.
npm install
npm start
npm test
npm run e2e
Notice before run e2e tests or the app you must have rails api server running first (rails s
).
Licensed under MIT
Related information:
- Angular2 information: https://angular.io/docs/ts/latest/tutorial/
- Angular2 Testing: https://angular.io/docs/ts/latest/guide/testing.html
- Toggle Sidebar based on: https://github.com/BlackrockDigital/startbootstrap-simple-sidebar