Easy to use word to pdf converter
To run it locally, first you need to clone this project (or download)
git clone https://github.com/MustafaYavas/ConWord.git
After install, you need to install all dependencies. For that
npm install
Then, create .env file at the top of the application and add this parameter
REACT_APP_BACKEND_URL=http://localhost:5000
Finally, run the following command
npm start
Click to access server side codes