faustinoaq / repo-intro-react-hls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repo-intro-react-hls

Installation History

Running on Ubuntu 22.04 LTS

$ # Install NVM
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash  
$ # Checks NVM version
$ nvm -h
$ # NVM install LTS
$ nvm install 18.16.0
$ nvm use v18.16.0
$ # Install YARN
$ npm install --global yarn
$ # Create and enter Vite Project
$ yarn create vite
$ cd bases-javascript-hnl
$ # Install dependences and run
$ yarn
$ yarn dev

image

Extensions

image

Wanna have fun?

image

https://www.destroyallsoftware.com/talks/wat

image

About


Languages

Language:JavaScript 64.0%Language:CSS 31.3%Language:HTML 4.7%