amineatallah / aymme-fe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AYMME Web Application

Running the web application

Run npm install to install the dependencies. Then run npm run start for a dev server. Navigate to http://localhost:4201/ to use the application. Make sure the AYMME Back-End Service is running to provide the web application data.

How to use

The web application contains a "How To Use" page, that explains how to set this up with your project.

Redux DevTools

This application is using NgRx and injected with the StoreDevtoolsModule. Therefore, you can make use of the Redux DevTools Chrome Extension, to keep track of the state, actions. It also allows you to replay the actions to track bugs easily.

About


Languages

Language:TypeScript 67.6%Language:HTML 25.3%Language:CSS 5.8%Language:JavaScript 1.1%Language:Dockerfile 0.2%