Skip to content

frenchdonuts/restaurant-reviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install:

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

Serve locally:

npm start
  • Access app at http://localhost:8080/
  • Enable CORS so that requests to Google Places API can get through.

Build & bundle for prod:

npm run build