src/es6/starter
-> files with starting point for exercisessrc/es6/finished
-> finished examplessrc/index.js
is the starting point where one should import individual exercises files fromsrc/es6/
- https://codesandbox.io/s/github/mifrej/es6-essentials
- Fork the project in the Sandbox view in order to be able to edit
- clone the project
git clone git@github.com:mifrej/es6-essentials.git
- install dependencies
yarn install
- start the project
yarn start