Learn how this boilerplate was created with my tutorials on HackerNoon!
- Part 1: Move over Next.js and Webpack!!
- Part 2: A Better Way to Develop Node.js with Docker And Keep Your Hot Code Reloading
- Part 3: Enforcing Code Quality for Node.js - Using Linting, Formatting, and Unit Testing with Code Coverage to Enforce Quality Standards
- Part 4: The 100% Code Coverage Myth
- Part 5: A Tale of Two (Docker Multi-Stage Build) Layers - Production Ready Dockerfiles for Node.js using SSR or Nginx
# setup only needs to be run once
make setup
make install
make dev
npm i
npm run dev