https://github.com/loanmatteusz/gen-frontend-challenge
This repository is a challange of Gen
https://github.com/loanmatteusz/gen-frontend-challenge
angular challenge web
Last synced: 2 months ago
JSON representation
This repository is a challange of Gen
- Host: GitHub
- URL: https://github.com/loanmatteusz/gen-frontend-challenge
- Owner: loanmatteusz
- Created: 2024-09-09T03:34:14.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-10T00:38:42.000Z (9 months ago)
- Last Synced: 2025-02-01T21:14:14.030Z (4 months ago)
- Topics: angular, challenge, web
- Language: TypeScript
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend
This project is a challenge made in [Angular CLI](https://github.com/angular/angular-cli) version 18.2.3.
I use Angular with Apollo and Tailwind to styles## Project setup
### If you want to run local
```bash
$ npm install
$ npm start
```### Run in a Docker Container
```bash
$ docker compose up
# or
$ docker-compose up
```### Chekc the Website Url
```bash
http://localhost:3333/
```## Backend
- [Backend Music CRUD with GraphQL](https://github.com/loanmatteusz/gen-backend-challenge.git)