Giter VIP home page Giter VIP logo

gae-python-react-redux-starter's Introduction

Before starting to work on development environment:

  1. Make sure in /config.json that WEBPACK_DEV_SERVER_PORT matches the port number on /client/package.json -> scripts -> start
  2. Make sure that you local AppEngine server not running on same port, and running on APP_ENGINE_DEV_SERVER_PORT key in /config.json

Installation:

  1. cd client
  2. npm install

Run:

  1. cd client
  2. npm start
  3. run AppEngine server (usually from root directory run command: "dev_appserver.py --admin_port=9000 --port=3001" the google AppEngine SDK should be on the PATH and again make sure port is same as APP_ENGINE_DEV_SERVER_PORT in config.json file)
  4. open browser http://localhost:[[APP_ENGINE_DEV_SERVER_PORT]] (change it to your port)
  5. the app should be running with no console errors and no 404s

Deploy:

  1. uncomment the in admin/index.html, this file is created when webpack building for production
  2. cd client
  3. npm run dist
  4. deploy to app engine "appcfg.py update app.yaml" (google app engine SDK should be on PATH)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.