Skip to content

A modern and interactive web-based Curriculum Vitae built with React, TypeScript, and Vite

License

Notifications You must be signed in to change notification settings

tperich/curriculum-vitae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curriculum Vitae

Security Linting

react logo + typescript logo + vite logo = book icon

A modern and interactive web-based Curriculum Vitae built with React, TypeScript, and Vite.

FeaturesGetting Started

Features

  • React for building reusable UI components
  • TypeScript for type safety and better developer experience
  • Vite for fast development and efficient production build
  • Docker for easy deployment and containerization
  • Nginx for serving production build

Getting Started

Prerequisites

  • Node.js >= 14.x
  • Docker and Docker Compose (optional, for development or deployment)

Installation

  1. Clone the repository:
git clone https://github.com/tperich/curriculum-vitae.git
  1. Install dependencies
npm install
  1. Copy .env.example to .env and fill out your desired information

  2. Edit files in src/data/ for work experience and skills

Development

To start the development server, run:

npm run dev

The application will be available at http://localhost:5173.

Production

To build the production version, run:

npm run build

The production build will be located in the dist/ folder.

Deployment

For development deployment using Docker, run:

sudo docker compose up

For production deployment using Docker, run:

docker-compose -f docker-compose.prod.yml up

Available npm/yarn scripts

Command Explanation
npm run dev Starts the development server on localhost:5173
npm run build Builds the project using Vite

License

This project is licensed under BSD 2-Clause License

About

A modern and interactive web-based Curriculum Vitae built with React, TypeScript, and Vite

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published