sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
julio@debian:~$ node -v
v6.11.1
julio@debian:~$ npm -v
3.10.10
sudo apt-get install -y build-essential
sudo npm install -g create-react-app
create-react-app hello-world
cd /hello-world
npm start