find restaurants along your route
- react
- es7 (babel)
- webpack
brew install node
npm install --dev
npm start
- run's webpack server, hot reloading
webpack
- add
--watch
to watch files
- google, stackoverflow
- ask @freeslugs
- avoid callback hell. use promises, and if you're returning a value (such a geocode pt), use
async
andawait
.
- I recommend using Sublime and the babel library for syntax highlighting
- location after time
- split app.js into different component files
- gas stations?
- config keys
- scrollable restaurant list?