https://github.com/jumagu/angular-heroes-app
Application that allows the visualization, search and edition of Marvel and DC comics heroes.
https://github.com/jumagu/angular-heroes-app
angular angular-material spa
Last synced: about 2 months ago
JSON representation
Application that allows the visualization, search and edition of Marvel and DC comics heroes.
- Host: GitHub
- URL: https://github.com/jumagu/angular-heroes-app
- Owner: jumagu
- Created: 2024-07-21T17:29:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T17:29:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T00:30:40.172Z (over 1 year ago)
- Topics: angular, angular-material, spa
- Language: TypeScript
- Homepage: https://heroes-app2-jmgg.netlify.app
- Size: 7.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HeroesApp
## Dev
1. Clone the project
2. Run `npm install` to reconstruct the _node_modules_ folder
3. Run `npm run backend` to start the backend.
4. Run `npm start` or `ng serve` to start the project.