Skip to content

debuggato/CV-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ CV builder

An application to create Resumes with export in PDF.

Demo

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have these versions of software installed on your machine in order to have better experience while installing the project.

  • Node.js -v: 13.x.x
  • Yarn -v: 1.21.x
  • Nodemon -v: 2.x.x

Installing

# clone repository
git clone https://github.com/debuggato/CV-builder.git

# install dependencies
yarn install

# run client with hot reload at localhost:3000
yarn dev

# run node.js server with hot reload at localhost:5000
yarn server

# Build the project
yarn build

Built with:

License

This project is licensed under the MIT License - see the LICENSE file for details