Giter Club home page Giter Club logo

master-frontend-lemoncode's Introduction

Máster Front End Online Lemoncode

En este repositorio podrás encontrar el código fuentes de las demos y ejemplos del Máster Front End Online Lemoncode

En muchos de los ejemplos encontrarás guías paso a paso para poder reproducirlos.

Las áreas que se cubren:

  • Layout: Building layouts with HMTL / CSS 3, SASS...
  • Lenguajes: Javascript ES5, ES6, Typescript.
  • Bundling: Webpack / Parcel.
  • Frameworks: React, Vuejs, Angular.
  • Testing: Jest, React Testing Library.
  • Rest-api: fetch, axios, graphql.
  • Cloud: demos heroku, amazon, azure + docker + github actions.
  • Mobile: PWA, React Native, (proximamente Flutter).

¿Te animas a cursar nuestro Máster?

Si tienes ganas de ponerte al día en Front End, te ofrecemos un máster online en dos modalidades:

  • De convocatoria: con clases en vivo y con interacción alumno profesor.
  • Continuo: para ir a tu ritmo, en el que cuentas con el acompañamiento de un mentor a lo largo del mismo.

Más información:

Si tienes cualquier dudas puedes escribirnos a: [email protected]

master-frontend-lemoncode's People

Contributors

brauliodiez avatar carherco avatar chimalm1 avatar crsanti avatar fdejesusmazzoni avatar felipepepe avatar fjcalzado avatar gangsthub avatar igoralvarez avatar irenearagon avatar jaimesalas avatar jcfmalaga avatar jtrillo avatar juancarlosfl avatar juanpms2 avatar lissetteibnz avatar lvillen avatar manudous avatar mavv-coder avatar monetelab avatar nasdan avatar ortiztena avatar pablolabg avatar pachon10 avatar perdi8 avatar ramonrp avatar slinerodev avatar v-borrego avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

master-frontend-lemoncode's Issues

[Languages] - Typescript Playground

In the package.json should be the engine attribute, since the developers that have more projects with multi node engine can have errors when executing the project.

The example is typescript with top version 5 and node engine 12 (it is possible to have projects with this version still), when executing the project it would not transpile because it is not compatible with this version.

I think it is the best practice to add to the package version engine attribute like this:

{
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=6.0.0"
  }
}

[02 bundling] Remove baseUrl from tsconfig

We have two options remove this tag or add the paths.

Rather remove them from this examples, in the full app project we will add them properly configured

This should be updated from example 13 onwards

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.