This directory represents the DOC_ROOT folder named www of your AMPPS installation.
ZIP all contents of this folder, and unzip in the corresponding folder.
Modify api/database.php with the username and password for your install
This folder contains the code base for the front-end (or client side) of the Recipe Extractor and Storage Applicaton, as well as code for running a development environment for working on this code.
After downloading the entire git repo, install the dependencies for developing and building the front-end project using the command below:
npm installAll source files for this project can be found in the /src directory.
For production, the React code base is compiled into a single javascript
bundle using Webpack and Babel. To build this bundle, and save to the
directory /dist, run the following command:
npm run buildIncluded in this code base is all the functionality necessary to run the frontend in a development server on localhost:8080. All changes to the code are refected realtime while in this development environment. To start the development environment, run the command below:
npm start