Git Product home page Git Product logo

Comments (3)

gumernus avatar gumernus commented on August 20, 2024

pracuju na tom

from devoid-website.

gumernus avatar gumernus commented on August 20, 2024

Project logo

Devoid Web

💾 Instalace & Run

Před jakýmkoliv prvním spuštěím webu je potřeba stáhnout a nainstalovat veškteré potřebné věci.

Development

Pro development je potřeba stáhnou i typescript a nějaké další věci oproti tomu když chceme pouze stáhnou věci pro deploy.

npm install --save-dev

Pokud budeme chtít web rozjet stačí tento command.

npm run serve

Deploy

Pro deploy budeme potřebovat také nainstalovat nějaké věci.

npm install

🚀 Deploy

Nejdříve musíme udělat dist složku.

npm run build

Následně je vše připraveno ke spuštění na hostingu. Pokud by jsme chtěli můžeme web rozjet přes pm2. Které se dá jednoduše nainstalovat zkrze npm i pm2 a serve npm i serve. A teď to jen rozjet. S tímto commandem se web rozjede na portu 8080.

pm2 serve -s -l 8080 dist

⛏️ Vytvořeno díky


✍️ Autoři

from devoid-website.

gumernus avatar gumernus commented on August 20, 2024

nový readme

from devoid-website.

Related Issues (2)

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.