Building my portfolio and learning Github at the same time.
http-server package
$ npm install -g http-server # if not installed already
$ http-server # runs a local server in the current folder
$ http-server ./my-project # to run in a specific folder
it should print something like
Starting up http-server, serving ./
Available on:
http://192.168.10.5:8080
http://127.0.0.1:8080
Hit CTRL-C to stop the server
let toto = tutu;
Bien séparer js et html pour qu'il fonctionne correctement