Coder Social home page Coder Social logo

tip-0-tongue's Introduction

Team 30: Tip of My Tongue

Please read the documentation for details and setup for this project.

Cloning the Repo

  1. Open a terminal and navigate to where you want to put this repository.
  2. Run git clone https://github.com/Asej/TIp-0-Tongue
  3. This will put you on the master branch.
  4. Follow the Using Git Guide to learn about branching and pull requests so that you can make your first changes to this codebase.

Running the Client-Server Locally

  1. Open a terminal window and navigate to the repository root.

  2. Run these commands to start the Appengine Devserver.

    cd server
    mvn appengine:devserver
    
  3. Open a NEW terminal window and navigate to the repository root.

  4. Run these commands to start the React client.

    cd client
    npm install
    npm start
    
  5. If a web page didn't open up, navigate to http://localhost:3000.

Making Changes

  1. Any changes to javascript files under client/src will be hot reloaded. This means changing UI elements through javascript will automatically appear on your local web page.

  2. Any changes to java files must be recompiled by maven. This means you must re-run mvn appengine:devserver from the server folder. You DO NOT need to rerun the client.

  3. Client and server can be run and stopped independently so you usually don't need to kill both processes during development. You will need 2 terminals open for typical development.

Typical Development Cycle

  1. Start the React client.
  2. Start the Appengine Devserver.
  3. Open http://localhost:3000.
  4. Make changes to javascript files (client work)
  5. Check http://localhost:3000 to see if changes worked.
  6. Commit and push changes that aren't broken.
  7. Make changes to java files (server work).
  8. Re-compile the server.
  9. Check http://localhost:3000 to see if the server changes worked.

tip-0-tongue's People

Contributors

asej avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar

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.