https://github.com/vmdex/infomail-frontend
Front-end part of the Infomail project
https://github.com/vmdex/infomail-frontend
angular typescript
Last synced: about 1 month ago
JSON representation
Front-end part of the Infomail project
- Host: GitHub
- URL: https://github.com/vmdex/infomail-frontend
- Owner: vmdex
- Created: 2021-11-09T20:28:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T13:42:56.000Z (over 3 years ago)
- Last Synced: 2025-09-20T07:24:35.132Z (9 months ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage: https://infomail-frontend.herokuapp.com/
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infomail Frontend

Front-end part of the Infomail project.
### Project links
* [infomail](https://infomail-frontend.herokuapp.com/) - InfoMail site
* [infomail-backend](https://github.com/Lastzlo/InfoMail) - Backend part of the project
* [presentation](https://docs.google.com/presentation/d/1b3__UhovdmZHmPkEundb0FxifjXbJPbz/edit?usp=sharing&ouid=100645824107772636818&rtpof=true&sd=true) - project presentation
## How to launch
### In development mode
1) run backend part [infomail-backend](https://github.com/Lastzlo/InfoMail)
2) set environment variables in [environment.ts](https://github.com/Lastzlo/Infomail-frontend/blob/master/src/environments/environment.ts)
3) run `npm run development`
### In product mode
1) run backend part [infomail-backend](https://github.com/Lastzlo/InfoMail)
2) run command below to build the project. The build artifacts will be stored in the `dist/` directory
```cmd
set "NG_APP_API_URL=http://localhost:8028"
set "NG_APP_FRONT_URL=http://localhost:4200"
set "NG_APP_SHOW_LOGS=false"
npm run build
```
3) run `npm run start` to run the project.