/JavaScriptES6

This is a code from Rocketseat course

Primary LanguageJavaScript

ES6 fundamentals

MyPokeList

What I've learned!

  • Class;
  • Array operations;
  • Arrow functions;
  • Template Literals;
  • let/const;
  • Object Short Syntax;
  • Webpack;
  • Async/await;
  • Import/export;
  • Axios;

Installation

This project requires Node.js and Yarn.

Install the dependencies and devDependencies and start the server.

$ cd project
$ yarn install
$ yarn dev