beeyen / backend-with-webpack

A simple server using webpack as a build tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a very simple project to demo building backend apps with webpack. To use:

  1. npm install
  2. gulp run

The latest version implements everything in Backend Apps with Webpack: Part III, allowing hot-patching of functions. This is also available on the frontend, so we've somewhat outgrown the name of this repo.

This is meant to along with my posts. Each post corresponds to a branch:

About

A simple server using webpack as a build tool


Languages

Language:JavaScript 99.9%Language:HTML 0.1%