Skip to content

Node.js web project boilerplate using React, Koa, Gulp, Webpack, and Sass

Notifications You must be signed in to change notification settings

jwkjng/react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Starter - Web Project Template

React Starter is a simple web project boilerplate based on React, Koa, Gulp, webpack, and Sass.

Getting started

To run a dev build:

gulp --harmony dev

The template requires a node version that supports the harmony flag, which is a prerequisite for using koa.js anyways.

Benefits:

  • The default React page is server-rendered to improve first page loading performance and SEO.
  • Uses Mustache to use templates to host React components.
  • Livereload only builds the necessary steps (jsx, sass, static assets).
  • Supports isomorphic React development with the capability to render components both on the client and on the server.

About

Node.js web project boilerplate using React, Koa, Gulp, Webpack, and Sass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published