Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 715 Bytes

Readme.md

File metadata and controls

27 lines (22 loc) · 715 Bytes

ES6 Essentials code exercises

  • src/es6/starter -> files with starting point for exercises
  • src/es6/finished -> finished examples
  • src/index.js is the starting point where one should import individual exercises files from src/es6/

Link to presentation

The repository available for editin in CodeSandbox

Running project locally

  • clone the project
    git clone git@github.com:mifrej/es6-essentials.git
  • install dependencies
    yarn install
  • start the project
    yarn start