https://github.com/chema22r/portfolio
Application to give a personal presentation of the own projects.
https://github.com/chema22r/portfolio
curriculum javascript jquery mit-license portfolio portfolio-website presentation resume
Last synced: 4 months ago
JSON representation
Application to give a personal presentation of the own projects.
- Host: GitHub
- URL: https://github.com/chema22r/portfolio
- Owner: Chema22R
- License: mit
- Created: 2019-05-24T14:59:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T20:42:39.000Z (7 months ago)
- Last Synced: 2025-06-13T03:04:42.109Z (4 months ago)
- Topics: curriculum, javascript, jquery, mit-license, portfolio, portfolio-website, presentation, resume
- Language: CSS
- Homepage: https://chema22r.com
- Size: 14 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/chema22r/deploys)
[](https://github.com/Chema22R/portfolio/actions/workflows/codeql.yml)
[](LICENSE)# Portfolio
This application is the main page of my server. From here you can access some of my personal projects, as well as view my resume.Check out a real example of the application from [here](https://chema22r.com).
## Setup and Run
1. Download the source code
2. Install the node modules executing `npm run i`
3. Execute one of the following commands to build the application
- `npm run build` (production)
- `npm run build-dev` (development)
4. The build code can be found in `./client/dist`## Directory Structure
```
|- /.dependabot
|- ...
|- /.github
|- ...
|- /client
|- /src
|- /app
|- ...
|- /assets
|- /favicons
|- ...
|- /icons
|- ...
|- /images
|- ...
|- /style
|- ...
|- index.html
|- index.js
|- package-lock.json
|- package.json
|- webpack.config.js
|- webpack.dev.js
|- webpack.prod.js
|- .gitignore
|- LICENSE
|- package-lock.json
|- package.json
|- README.md
```