# react-isomorphic-seed **Repository Path**: lclz/react-isomorphic-seed ## Basic Information - **Project Name**: react-isomorphic-seed - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-12-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-isomorphic-seed ![React Isomorphic Seed](https://s3-us-west-2.amazonaws.com/devmag-engineering-blog/react-isomorphic-seed-1.jpg) A seed project for creating Isomorphic apps with React and Flux architecture Read full article [here](http://engineering.devmag.io/post/1/creating-an-isomorphic-blogging-app-using-react-and-flux) ### How to run 1. Install Gulp - `npm install -g gulp` 2. `npm install` to install dependencies. 3. Run `gulp bundle` and `gulp watch`. 4. Run `gulp nodemon` to start the server at port 8080.