Skip to content

A Comprehensive Guide for React Boilerplate containing Webpack, Gulp,React, Redux, Router, Immutable, express, mongodb, etc.

Notifications You must be signed in to change notification settings

demones/react-webpack-node

Repository files navigation

react webpack node

A Comprehensive Guide for React Boilerplate containing Webpack, Gulp, React, Redux, Router, Immutable, express, mongodb, etc.

Usage

You can clone the Boilerplate from the github. And You can update the codes.

git clone git@github.com:demones/react-webpack-node.git

Server

generate dll file

At first, generate dll file. You need to exec the following command.

gulp dll

start server

gulp server

Note: At first, You need to connect mongodb. You may exec the following command.

mongod --dbpath /Users/xxx/mongodb 

start prod server

cd dist && npm start

Note: At first, You need to exec 'gulp build' to generate the prod code. Then you exec the above code again.

Build

gulp build

Issue

https://github.com/demones/react-webpack-node/issues

Version

Please view here

Reference

About

A Comprehensive Guide for React Boilerplate containing Webpack, Gulp,React, Redux, Router, Immutable, express, mongodb, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages