Skip to content

The Complete JavaScript Course 2020: Build Real Projects! (Udemy)

Notifications You must be signed in to change notification settings

peter-sattler/complete-javascript-udemy

Repository files navigation

The Complete JavaScript Course Coding Challenges (Udemy)

Udemy Certificate

Important Links

JONAS' RESOURCES FOR BUILDING BEAUTIFUL WEBSITES WITH HTML, CSS AND JAVASCRIPT
Forkify API V1 Documentation
Webpack 4 Migration Guide

Forkify Application

These instructions will get you a copy of the Forkify application up and running on your local machine:

  1. Download and install the latest LTS version of Node.js.
  2. Clone this Git repository:
git clone https://github.com/peter-sattler/complete-javascript-udemy
  1. Install the Open Server:
npm install open --global
  1. Switch to the application directory:
cd complete-javascript-udemy/9-forkify
  1. Download all dependencies:
npm update
  1. Run the Webpack production build:
npm run build
  1. Start the Forkify application:
npm run start
  1. Try searching for "pizza" (no quotes) to get started!!!

Pete Sattler
4 August 2020
peter@sattler22.net

About

The Complete JavaScript Course 2020: Build Real Projects! (Udemy)

Topics

Resources

Stars

Watchers

Forks