Part 1: Building a Project Starter with NPM Scripts

1 · · Oct. 28, 2019, midnight
When it comes to building a simple front-end project, how do you get started? What are the tools you need? I suspect everyone will have a different answer. Do you start with a (JS or CSS) framework, or off-the-shelf boilerplate? Perhaps you use a task runner (like Gulp to orchestrate your project’s needs. Or do you start simple, with just HTML and a CSS file? The front-end tooling landscape can be confusing, and at times overwhelming – and when you’re dedicating your time to learning HTML, CS...