V2 is an API friendly V-Card portfolio website. This project was generated with angular-cli version 1.0.0-beta.24.
V2 pre-release 0.5
v0.5
- Profile data loaded from external .json files under ./docs
- profile data (resume, portfolio) can be entered using markdown
- contact form sends emails via formspree.io
- the section "press" contains user's twitts/retwitts, provide via widget
- the section skill graph is not responsive to the content
- missing input validation empty contact form
- no test coverage, yet
- Install dependancies via
npm install - run the build server
ng serve
- Run
ng buildto build the project. The build artifacts will be stored in thedist/directory. Use the-prodflag for a production build. - Add the `./docs directory to provide your personal data
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve.
Run ng github-pages:deploy to deploy to Github Pages.
To get more help on the angular-cli use ng help or go check out the Angular-CLI README.