Skip to content

Application to give a personal presentation of the own projects.

License

Notifications You must be signed in to change notification settings

Chema22R/portfolio

Repository files navigation

Netlify Status CodeQL MIT 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.

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