Giter Club home page Giter Club logo

Comments (2)

mishushakov avatar mishushakov commented on May 26, 2024

-_-

Why should it run? It's not an unix executable you are building here.

You do understand, that this is a static assets bundling done by @webpack and you need to upload the build artefacts to a static web server, right?

from dialogflow-web-v2.

mishushakov avatar mishushakov commented on May 26, 2024

Of course you can! My demo is hosted right there, using Github Pages!

  1. Run npm run build
  2. Upload your it to a server
  3. Serve it with a Web Server (nginx, apache, or just python -m SimpleHTTPServer 80)

Or alternatively host it using Cloud Provider like Firebase, Amazon S3 or any other object-storage

You need a static server that can serve your index.html and other files to the browsers. That's how websites work.
Since you are here, I assume you know about the technology at least 10x more that my mum, so it shouldn't be a problem for you to upload your app to the public folder of your web server, isn't it?

from dialogflow-web-v2.

Related Issues (20)

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.