https://github.com/shortthirdman/shortthirdman-liveresume
ShortThirdMan LiveResume
https://github.com/shortthirdman/shortthirdman-liveresume
angular nodejs profile-website resume-website surge-sh
Last synced: about 2 months ago
JSON representation
ShortThirdMan LiveResume
- Host: GitHub
- URL: https://github.com/shortthirdman/shortthirdman-liveresume
- Owner: shortthirdman
- License: mpl-2.0
- Created: 2021-05-06T08:52:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T19:32:23.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T05:51:30.607Z (3 months ago)
- Topics: angular, nodejs, profile-website, resume-website, surge-sh
- Language: TypeScript
- Homepage: https://shortthirdman.surge.sh/liveresume
- Size: 4.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## ShortThirdMan LiveResume
[](https://travis.org/shortthirdman/shortthirdman-liveresume)
[](https://shortthirdman.surge.sh)
[](https://github.com/shortthirdman/shortthirdman-liveresume/blob/main/LICENSE)
[](https://github.com/shortthirdman/shortthirdman-liveresume/actions/workflows/node.js.yml)Personal portfolio and resume website built on [Angular](https://angular.io/)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.4.
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Angular CLI](https://angular.io/cli)
* [Google Chrome](https://google.com/chrome/)## Installation
* `git clone ` this repository
* `cd shortthirdman-liveresume`
* `npm install`## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
## Further Reading / Useful Links
* [Angular](https://angular.io/)
* [Angular CLI](https://angular.io/cli)
* Development Browser Extensions
* [Augury for Google Chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [Augury for Mozilla Firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)
* [Preview your website with Gitlab CI and Surge](https://medium.com/jubianchi-fr/preview-your-website-with-gitlab-ci-and-surge-5b861d7c9a3a)
* [Continuously Deploy a Front-end Project Using GitLab and Surge](https://salomvary.com/front-end-continuous-delivery.html)
* [Surge | Integrating with Travis CI](https://surge.sh/help/integrating-with-travis-ci)