Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 689 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 689 Bytes

Recipe App

Recipe application written in Vue for the JS Alpharetta meetup

This is the application to clone and code along in the meetup.

The other repository 'recipeapp-done' is what the end result will be after each meetup.

Project setup

npm install

Add edamam API credentials to .env file

  VUE_APP_EDAMAM_ID=""
  VUE_APP_EDAMAM_KEY=""

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.