diff --git a/ubu-env.sh b/ubu-env.sh new file mode 100644 index 0000000..713848e --- /dev/null +++ b/ubu-env.sh @@ -0,0 +1,12 @@ +echo This script will only work on ubuntu! +echo Installing NodeJS and NPM! +sudo apt update +sudo apt install nodejs npm -y +echo NodeJS version: +node -v +echo NPM version: +npm -v +echo NodeJS and NPM should be installed! +echo Installing TailWindCSS. +npm install -D tailwindcss +echo TailWindCSS installed! \ No newline at end of file