Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 613 Bytes

README.md

File metadata and controls

50 lines (29 loc) · 613 Bytes

The Apple Tree

A Vue.js project. Once upon a time, there was a tree with big, juicy and red apples on it.

Demo

https://the-apple-tree.vercel.app/

Bonuses

  • SVG Images ✅
  • Webpack ✅
  • Vuex ✅
  • Custom handmade boilerplate ✅
  • Inline comments on the code ✅

Run Locally

Clone the project

  git clone https://github.com/hsturkyilmaz/the-apple-tree.git

Go to the project directory

  cd the-apple-tree

Install dependencies

  npm install

Start the server

  npm run dev

Authors