Skip to content

This serves as a starter project using react, es6, express, webpack, gulp, and sockets.

Notifications You must be signed in to change notification settings

jhyman2/react-es6-express-webpack-boiler-socketio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-es6-express-webpack-boiler-socketio

This is a bare bones, example application which highlights the usage of React alongside Webpack and Express.

Development

Start by cloning this repository.

Dependencies

You will need to have Node (5 or greated), Gulp, Webpack, Git, Babel, and Flow installed on your system globally. After installing Node, run the following commands.
npm install -g gulp flow babel webpack webpack-dev-server n
n latest
npm install

Compiling

Simply run gulp from the root of the project. This will compile server files into /app/, client files into /build/, and run the express server on http://localhost:3000.

Libraries

  • React
  • Express
  • ES2015 (ES6)
  • Webpack
  • Flow
  • Babel
  • Gulp
  • socket.io

Authors

* [jhyman2](https://github.com/jhyman2)

About

This serves as a starter project using react, es6, express, webpack, gulp, and sockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published