Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 591 Bytes

File metadata and controls

28 lines (19 loc) · 591 Bytes

React-gulp-boilerplate

A project template to jump-start React development

Config

The project gulp-watch to re-compile .jsx and .js files in the ./src directory on file change.

Detailed docs coming soon. See gulpfile.js for configuration and gulp for reference.

Examples

From the React Udemy course

  1. Menu
  2. Timer

More coming up..

Build and serve

The project uses browser-sync to refresh when files in the ./js directory change.

npm install -g gulp
npm install
npm run serve