Giter Club home page Giter Club logo

page-serving-with-express's Introduction

page-serving-with-express

https://pageserving.herokuapp.com/ the issue is now resolved by adding build statement in package.json of server this is the statement ,"build": "cd web && npm install && npm run build", waht it does is redownloads all the dependencies and runs build before deploying to the server, the reason for the app not to work before was whenever we create a react app with create-react-app it initializes git init and adds .gitignore init which consists of multiple things but "/build" was the file which hindering our app to run, we can run our app through removing "/build" from the gitignore of the react file and then our app will be deployed working.

i have deployed this app to the heroku server and i am using express static to serve the react app and it is running fine in local server but after the deployment to heroku the "/" request is not working for the rendering of app through express.static, while the rest of four methods i have created for https://pageserving.herokuapp.com/profile route are working fine please suggest me something to make it work on the deployed server. The issue is now

page-serving-with-express's People

Contributors

owais-star avatar

Watchers

 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.