JONAS' RESOURCES FOR BUILDING BEAUTIFUL WEBSITES WITH HTML, CSS AND JAVASCRIPT
Forkify API V1 Documentation
Webpack 4 Migration Guide
These instructions will get you a copy of the Forkify application up and running on your local machine:
- Download and install the latest LTS version of Node.js.
- Clone this Git repository:
git clone https://github.com/peter-sattler/complete-javascript-udemy
- Install the Open Server:
npm install open --global
- Switch to the application directory:
cd complete-javascript-udemy/9-forkify
- Download all dependencies:
npm update
- Run the Webpack production build:
npm run build
- Start the Forkify application:
npm run start
- Try searching for "pizza" (no quotes) to get started!!!
Pete Sattler
4 August 2020
peter@sattler22.net