/insta-yo

Youtube replica task

Primary LanguageJavaScript

insta-yo

check my thoughts about the design here

Project setup

YOU WILL NEED TO ADD YOUR OWN API KEY, EVEN FOR THE PREVIEW TO WORK. Get your api key here then add it to the .env file at project root.

npm install

this project uses conventional commit message with angular guidelines.

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

  • for local development run this command ( includes watcher and coverage reports )

    npm run test:unit
    
  • for CI use

    npm run test:unit:single-run
    

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.