Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 452 Bytes

File metadata and controls

29 lines (19 loc) · 452 Bytes

react-es6-starter-kit

A simple starter kit for your React project.

Gulp commands

Run the development server on port 8000:

$ gulp runserver

Watch and compile Javascript, styles, and move everything to distribution folder:

$ gulp watch

Compile styles imported to src/styles/index.scss and move to distribution folder:

$ gulp css

Move HTML files from src/html to distribution folder:

$ gulp html