GithubHelp home page GithubHelp logo

Comments (3)

ZaLiTHkA avatar ZaLiTHkA commented on May 23, 2024

Just thinking outloud here, but if you skipped past the app hosting parts in Google, then perhaps you need a hosted service such as Heroku or something similar. They handle 90% of the hosting side for you, allowing you to build your app as you like and I believe also to choose who you give access to (double check their options on that though).

Otherwise, if you're looking to run it on a local network as a private app (i.e.: not an online app), then your best bet would be running a web server in a virtual machine somewhere. Bitnami has a few easy configuration options in that regard.

from angular-app.

NithishCirigidda avatar NithishCirigidda commented on May 23, 2024

from angular-app.

ZaLiTHkA avatar ZaLiTHkA commented on May 23, 2024

Ok, if you want to do that, first you need to understand what Grunt really is. It's a build tool, nothing more.. The "running with grunt" idea here is a Grunt task that launches a NodeJS powered mini web server, serving only your local browser. It's final step is to "compile" your app with minified code to be hosted on a permanent (NodeJS? Apache? Nginx?) file server.

Maybe that should be in a wiki page somewhere, but anyways.. The quickest solution for this case would be a NodeJS stack, some might prefer a Nginx stack with Node installed for more flexibility, but that's what Google is for.. There are tons of guides out there that cover exactly what you're asking.

from angular-app.

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.