opinion-ate
An app for tracking reviews of dishes at different restaurants.
Production: https://opinion-ate.netlify.app
Project setup
Dependencies are locked with a yarn.lock
file, so please use yarn
and not
npm
for installing them.
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Run your unit tests
yarn test:unit
Run your end-to-end tests
yarn test:e2e
Lints and fixes files
yarn lint