Skip to content
View batuzav's full-sized avatar
🇲🇽
What´s dev?
🇲🇽
What´s dev?
Block or Report

Block or report batuzav

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Guide for JavaScript Guide for JavaScript
    1
    # ES6 Coding Style
    2
    
                  
    3
    This document is intended to provide consistent and helpful coding convention for ES6 code. It should be usable either in Node/IO.js or in the browser.
    4
    
                  
    5
    The recommended transpiling tool for ES6 to ES5 is [babel](http://babeljs.io/). The recommended bundler for the browser is [webpack](https://github.com/webpack/webpack), but [browserify](http://browserify.org/) is also acceptable.
  2. BackEnd Readme.md example BackEnd Readme.md example
    1
    # ...[backend server nombre]...
    2
    
                  
    3
    Este es el back-end del sistema de [Nombre].
    4
    Acá se conecta la [LINK]() y el [LINK]().
    5