Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 862 Bytes

README.md

File metadata and controls

67 lines (37 loc) · 862 Bytes

Armut Study Case

Used Technologies: Vuejs, Vuex, Scss, Jest, Storybook

Case Demo Page: https://armut-study-case.netlify.app/#/

Case Storybook Page: https://storybook-armut-study-case.netlify.app/

How To Start

⬆️ Install nodejs & npm

https://nodejs.org/en/

⬆️ Install yarn

Global terminal

npm install -g yarn  

Install dependencies

In the project root directory:

yarn install  

🚧 Compiles and hot-reloads for development

In the project root directory:

yarn serve  

🚀 Compiles and minifies for production

In the project root directory:

yarn build  

Run your unit tests

In the project root directory:

yarn test:unit  

✏️ Lints and fixes files

In the project root directory:

yarn lint