Development


Development

Web Developer Cheat Sheet

This cheat sheet saves me from learning by heart commands for all the different tools and task runners used in web development. Npm Install Node.js curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install -y nodejs Node comes with npm installed so you should have a version of npm. However, npm gets updated more frequently than Node does, so you’ll want to make sure it’s the latest version.