https://github.com/gabrielferreira02/springmail-frontend
Frontend application that simulate a simple mail platform
https://github.com/gabrielferreira02/springmail-frontend
angular frontend tailwindcss typescript
Last synced: about 2 months ago
JSON representation
Frontend application that simulate a simple mail platform
- Host: GitHub
- URL: https://github.com/gabrielferreira02/springmail-frontend
- Owner: gabrielferreira02
- Created: 2025-02-18T17:46:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T22:41:42.000Z (over 1 year ago)
- Last Synced: 2025-08-25T16:37:44.773Z (10 months ago)
- Topics: angular, frontend, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://springmail.netlify.app
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringmailFrontend



This project is part of a fullstack simplified email application that works with protected routes, token jwt, login and register, styles with tailwindcss and interceptors. In login page the inputs has a initial value to work with backend data. So if you dont want to register a new user, you can use this credentials to use the application.
Here is the link of running application. If the backend part is offline send me an email because the host is free and it crashes sometimes
```bash
https://springmail.netlify.app
```
First, to run this application locally, you need to clone the backend part in the following link. In readme file has all instructions to run the backend with success
```bash
https://github.com/gabrielferreira02/springmail-backend/
```
Now that you have the backend ruuning, you can clone the project and go to the generated folder
```bash
git clone https://github.com/gabrielferreira02/springmail-frontend.git
cd springmail-frontend
```
Install project dependencies
```bash
npm install
```
If when installing dependencies occur an error with angular and tailwind versions, use this command
```bash
npm install --force
```
Then, start the angular application and see it running in your browser
```bash
ng serve
```