This repository contains code examples for the web application chapters of JavaScript Everywhere by Adam D. Scott, published by O'Reilly Media
$ cp .env.example .env
API_URI=<YOUR_API_URL>
When developing locally, you can start the app by running:
npm run dev
$ git remote set-url origin YOUR_GIT_REPO_URL
$ git push -u origin master