Coder Social home page Coder Social logo

notes-summary's Introduction

  • chrome://inspect/
  1. Documentation
  2. Misc
  3. Recommended Packages for Sublime and Atom

Documentation

https://devdocs.io/

https://github.com/google/ios-webkit-debug-proxy

SVG Animation Examples

20 SVG Examples

Misc

Node.js installs npm and node.

node - runs programs written in java script. npm - node package manager for installing open source development tools.

browser-sync tool - automatically reloads the browser when you save changes to your code.

sudo npm install -g browser-sync

(The -g in the command stands for “global.” Installing the package globally means that you will be able to run browser-sync from any directory.)

When you start browser-sync, as you will in the next chapter, it will run until you press Control-C

Starting browser-sync

browser-sync start --server --browser "Google Chrome" --files "stylesheets/*.css, *.html"

Recommended Packages for Sublime and Atom:

Recommended Packages for Sublime

Recommended Packages for Atom

  • Emmet (emmetio)

    1. https://www.smashingmagazine.com/2013/03/goodbye-zen-coding-hello-emmet/
    2. https://docs.emmet.io/abbreviations/
  • Pigments (Atom)

    1. https://atom.io/packages/pigments
  • atom-beautify (Glavin001)

    helps with the indentation of your code, which helps with readability.

  • autocomplete-paths (atom-community)

    your code will need to refer to other files and folders in your project.

  • api-docs (sharvil)

    lets you look up documentation based on keyword

  • linter (atom-community)

    Base plugin

    A linter is a program that checks the syntax and style of your code.

    linter-csslint (AtomLinter)

    • ensures that your CSS is syntactically correct.

    linter-htmlhint (AtomLinter)

    • confirms that your HTML is well formed.

    linter-eslint (AtomLinter)

    • checks the syntax of your JavaScript.

notes-summary's People

Contributors

nameismahipal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.