/es7-async-await-boilerplate

A barebones boilerplate to get started using Javascript ES7 async await

Primary LanguageJavaScriptMIT LicenseMIT

ES7 async await boilerplate

A barebones boilerplate to get started using Javascript ES7 async await with help from Babel and Github Fetch.

Getting started

  1. Run npm install
  2. Run npm run start
  3. Open browser at http://localhost:8080/
  4. Click the Call async await function button

Notes