first download nodejs version here
- unzip file:
tar -xf node-version.tar.xz - rename new folder for 'node' (optional)
- do:
sudo cp -r node/{bin,include,lib,share} /usr/ - test:
node -v && npm -v
| # https://www.digitalocean.com/community/tutorials/how-to-install-and-set-up-laravel-with-docker-compose-on-ubuntu-20-04-pt | |
| FROM php:7.4-fpm | |
| # Arguments defined in docker-compose.yml | |
| ARG user | |
| ARG uid | |
| # Install system dependencies | |
| RUN apt-get update && apt-get install -y \ |
first download nodejs version here
tar -xf node-version.tar.xzsudo cp -r node/{bin,include,lib,share} /usr/node -v && npm -vhttps://github.com/felipe-augusto/clean-code-javascript
npx create-react-app my-app --template typescriptyarn add eslint --devyarn run eslint --init| { | |
| "aboutMe": { | |
| "name": "Sávio", | |
| "description": "Graduated in systems analysis and development. I currently work as a developer Full Stack using React, React-native, Typescript e NodeJs", | |
| "techs": [ | |
| { | |
| "tech": "javascript", | |
| "color": "#000000", | |
| "bgcolor": "#EFD81D" | |
| }, |