Skip to content

JakubKubista/epg-norigin-media-assignment

Repository files navigation

EPG Norigin Media assignment

Assignment about Frontend SW Engineer position for Norigin Media company.


Basics

• Assignment repository: https://github.com/JakubKubista/candidate-tester

• Location: Oslo, NO

• Interviewer: Espen Erikstad

Settings

• Includes Babel, PWA Support, Router, Vuex, CSS Pre-processors (Sass/SCSS with node-sass), Linter / Formater (ESLint + Prettier), Unit Testing (Jest), E2E Testing (Cypress).

Recommendation

• Strongly recommended editor for development is Visual Studio Code, because of plugins (e.g. Vetur).

• Components are based on Vuetifyjs.

• Quick help for Vue doc represents Cheatsheet.

• Customize configuration on Configuration Reference.

Install & Run

Node JS, Vue / Vue-CLI, browsers extensions.

# Install vue-cli
npm install -g @vue/cli

# Project setup
npm install

# Compiles and hot-reloads for development
npm run serve

# Compiles and minifies for production
npm run build

# Run all tests
npm run test

# Lints and fixes files
npm run lint

# Run end-to-end tests
npm run test:e2e

# Run unit tests
npm run test:unit

# Run storybook components
npm run storybook:serve

# Build storybook components
npm run storybook:build

About

Assignment for Norigin Media company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published