git clone [email protected]:frenchdonuts/restaurant-reviewer.git
cd restaurant-reviewer
npm install
If you haven't done so yet, install Elm globally:
npm install -g elm
Install Elm's dependencies:
elm package install
npm start
- Access app at
http://localhost:8080/
- Enable CORS so that requests to Google Places API can get through.
npm run build