In this course we will introduce the topic of using npm scripts as a build tool. We will start simple and then continue to build a small website as we introduce new topics. By the end of the course, you'll know how to get started and what tools and techniques are needed for you to create your own set of build scripts.
Thank you for the nice compilation of the lessons, helped me to understand it well.
It has a few flaws, but overall it is a good introduction to the topic, showing what can be done with npm.
The code in the video and the linked code differ in some places. And the course does a poor job of informing Windows users of the relevant hurdles to following some examples. Poor job here means leaving them alone with their trouble until a later point at which they may or not have already left the course.
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.