You need to have installed on your machine the Git and Node.js + npm
- then type in terminal: git clone https://github.com/LucasFigueiredoLuvas/csv2html-pdf_html
- Enter the project directory using 'cd /project_directory/':
- Run: npm install
- Then run: npm start
- Done, the app should run if no errors have occurred.
Just run the app and enter the file path, wait for the conversion and then both html and pdf files will be available in the 'files' directory at the project root.