Skip to content

A boilerplate of React-Redux and Gulp on Google App Engine (Python)

Notifications You must be signed in to change notification settings

rmarfil3/gae-react-redux

Repository files navigation

A boilerplate using React with Redux on Google App Engine (Python).

This boilerplate uses Gulp for automated building. Following plugins are also being used for seamless development:
  • LiveReactLoad - allows hot-reloading for React components; no need refreshing browser.
  • BrowserSync - allows hot-reloading for CSS files / page styles; no need refreshing the browser.


**BUILD INSTRUCTIONS**
  1. Run `npm install` first to install the Node.js modules.
  2. To build as PRODUCTION, either:
    • Run `build-prod` task; OR
    • Run `gulp --production` in terminal
  3. To build as DEVELOPMENT, either:
    • Run `build-dev` task; OR
    • Run `gulp --development` in terminal
  4. To WATCH for changes and build, either:
    • Run `watch` task; OR
    • Run `gulp --watch` in terminal
  5. For BrowserSync:
    • Run `gulp --watch --proxy_host= --proxy_port=`
    • Open http://localhost:3000

About

A boilerplate of React-Redux and Gulp on Google App Engine (Python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages