Skip to content

chrhicks/node-gulp-webpack

Repository files navigation

node-gulp-webpack

An isomorphic React application utilizing PostCSS and Babel. Uses gulp and webpack in the build process.

The isomorhpic React part was inspired by the Universal React 24 Ways post by Jack Franklin

##Setup

This was built using node.js >= v5.0.0.

        npm install -g gulp
        npm install

##Running

Start the app using npm:

    npm run dev

Visit in the browser: http://localhost:7010

Deployment

This project produces a docker image. To release it:

    make release-docker

Thise currently builds and pushes to chrhicks/node-gulp-webpack. Update the Makefile to a repository you have access to!

Technology

Server: Node

Framework: Express

Template Engine: Handlebars

UI Framework: React

Build Tools:

Production: Forever (High Availability)

About

Isomorphic react w/ gulp + webpack + postcss + babel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published