Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 424 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 424 Bytes

React with node+express+ejs using gulp

Pros

  • style injection instead of realoading the browser
  • easy changes to gulpfile.js
  • uses browsersync

Cons

  • has to create temporary js files to browserify them after
  • can not split js files into chunks to lazy load them after

Setup

start node server on first cmd

    node index.js

start gulp on second cmd

    npm run gulp