An application to create Resumes with export in PDF.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
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
# 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
- React.js - JS Library
- Redux.js - State container
- Redux Saga - Middleware for Redux
- Typescript - JavaScript typed superset
- Styled Components - JS Library for CSS-in-JS
- Puppeteer - Headless Chrome
- Express.js - Node.js framework
- Webpack - Module bundler
- Yarn - Package manager
- Jest - JS Testing Framework
This project is licensed under the MIT License - see the LICENSE file for details