A tool to generate a diet for free. Create a diet for yourself today. Project based on React.js library.
To be able to use the project, please download:
git clone https://github.com/Przemyslaw-Pajka/diet-generator.git
For build a production version correctly, please download all packages using npm install
, and then replace in package.json "homepage": "http://exampleURL"
.Where 'exampleURL' is, you need to replace it to the address you will be using. For example "homepage": "http://127.0.0.1:5500/diet-generator/"
. Next you must type npm run
build in terminal.