Giter VIP home page Giter VIP logo

express-react-starter's People

Contributors

apolopena avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sarvex

express-react-starter's Issues

Allow hot reload when using the express server to display the client

Problem this feature will solve

Currently hot reload only works on port 3000 and not on port 7777

Hot reload works when the react client is using the CRA dev server but doesnt work when the client is plugged into the actual Express server (such as on port 7777)

Background

Proposed Solution

Implment a hot reload system for the port that the Express server is running. By default this is 7777

Constraints and Assumptions

<! -- Any constraints and/or assumption relevant for the development and use of this feature? -->

Alternatives or Workarounds

Assuming you are using the default Express Server port 7777:

  1. Save changes in a .tsx src file
  2. Rebuild files: In /client run: yarn run build
  3. Refresh the preview browser for port 7777 by clicking the button or running: op -7777 from the project root.

Additional context

Add any other context or screenshots about the feature request here.

Won't build on Gitpod

Describe the bug

This project wont build on gitpod. It fails during the image build step

Screenshots

Steps to reproduce

create a new workspace from this repo

Expected behavior

workspace should build on Gitpod

Additional information

This project was build on a gitpod-laravel-start version less that 1.4 so that is why it is broken. gitpod-laravel-starter versions less than 1.4 all broke because they did not support php version changes in the underlying gitpod workspace image, mostly due to the implmentation of xdebug.

Since this project uses a subset of gitpod-laravel-starter the fix involves a bit of surgery to pluck the relevant parts from v1.4 and put them into this project.

In the fututre I will figure out a cleaner way to update the 'gitpod-starter' framework.

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.