/PromiseProject1

A very basic demonstration of using Promises instead of callbacks

Primary LanguageJavaScript

PromiseProject1

Simple project that uses Promises instead of callbacks to fetch some local posts to the browser screen.
Shows Promise declaration and how we handle the errors properly.

npm install -> installs all the libraries
npm run dev -> creates the webpack bundle and watches for changed files

You can use live server to open the html file.