You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jakub Škrabánek 0c4fb3941b start bootstrap 5 months ago
hangman hangman 8 months ago
vue start bootstrap 5 months ago
webserver web_v1 8 months ago
webserver_v2 webv2 8 months ago
webserver_v3 web v3 fix upload 8 months ago
.gitignore Initial commit 8 months ago
README.md update README 8 months ago

README.md

4im_node

Repozitář pro práci s NodeJS ve 4.ročníku web pro školní rok 2024/2025

příkazy

  • npm init - vytvoření package.json
  • npm -v - zjištění NPM verze
  • node <server>.js - zapnutí NodeJS skriptu (nejčastěji naše webservery) [ název souboru nejčastěji index.js]

odkazy