find restaurants along your route
- react
- es7 (babel)
- webpack
brew install nodenpm install --dev
npm start- run's webpack server, hot reloading
webpack- add
--watchto watch files
- google, stackoverflow
- ask @freeslugs
- avoid callback hell. use promises, and if you're returning a value (such a geocode pt), use
asyncandawait.
- 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?