Tento projekt je součástí mé maturitní práce z informatiky. Cílem mé práce bylo vytvořit web pro prezentaci fiktivní cestovní agentury.
Web byl otestován v aktuálních verzích prohlížečů Google Chrome, Opera, Mozilla Firefox a Microsoft Edge ve Windows a Google Chrome na Androidu.
- Ujistěte se, že máte nainstalováno Node.js
- Stáhněte si zdroj projektu z GitHubu
cd
do složky projektunpm install
- Projekt by měl být nyní připraven k vývoji a první build by měl být připraven ve složce dist
- Vytvoření produkční verze:
npm run build
- Zapnutí místního serveru:
npm run start
nebonpm run http-server -- CESTA
, kde CESTA je cestou ke složce nebo souboru, který bude kořenem serveru (při použití produkční verze webu, musí být složka s indexem pojmenována "maturita" a kořenem serveru bude složka jí obsahující - adresou webu pak bude127.0.0.1:8080/maturita
) - Sledování změn souborů:
npm run watch
Tento projekt je licencován MIT licencí.
This project is a part of my maturita work from ICT. The objective of my work was to create a website for a fictional travel agency presentation.
Website tested on current versions of Google Chrome, Opera, Mozilla Firefox, and Microsoft Edge on Windows and on Google Chrome on Android.
- Ensure Node.js is installed
- Download project source from GitHub
cd
to project directorynpm install
- Project should now be ready for development and first build should be ready in the dist directory
- Build:
npm run build
- Start local server:
npm run start
ornpm run http-server -- PATH
where PATH shall be the path to a directory or a file, which shall be the root of the server (if production version of the website is to be used, the directiory with index must be named "maturita" and the root of the server shall be the directory containing it - website address shall be127.0.0.1:8080/maturita
) - Watch for file changes:
npm run watch
This project is licensed under the MIT license.
- Wikipedie: Paříž
- Wikipedie: Eiffelova věž
- Wikipedie: Vítězný oblouk
- Wikipedie: Louvre
- Obrázky od (pictures by): Benh LIEU SONG / Wikimedia Commons / CC-BY-SA-3.0
- Wikipedie: Řím
- Wikipedie: Pantheon
- Wikipedie: Koloseum
- Wikipedie: Bazilika svatého Petra
- Obrázky od (pictures by): Dnalor 01, David Iliff, AngMoKio, Andreas Tille / Wikimedia Commons / CC-BY-SA-3.0
- Wikipedie: Londýn
- Wikipedie: Tower Bridge
- Wikipedie: Westminsterský palác
- Wikipedie: Westminsterské opatství
- Obrázky od (pictures by): David Iliff, Fuzzypiggy / Wikimedia Commons / CC-BY-SA-3.0