Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ushliypakostnik/kafedra-front

Creative work. Frontend for site of rock band with radio.
https://github.com/ushliypakostnik/kafedra-front

babel eslint howler parallax-js pwa scss stylelint vue vue-cli vue-router vuex

Last synced: about 6 hours ago
JSON representation

Creative work. Frontend for site of rock band with radio.

Awesome Lists containing this project

README

        

Vue cli based frontend for Rock-band Online-Radio
=================================================

Описание
--------

Основанная на Vue cli реализация Progressive Web App клиента для сайта Рок-группы с онлайн-радио для [Backend API](https://github.com/ushliypakostnik/kafedra-back).

Стилизация осуществляется по БЭМ с модульным SCSS.

Deploy
------

Установка зависимостей npm packages

$ npm install

Запуск сервера для разработки
-----------------------------

$ npm start

http://localhost:3000/

Cборка
------

Сборка проекта в продакшен, в папку /build

$ npm build

Тесты
-----

Запуск тестов

$ npm test:unit

Запуск статического анализатора ES

$ npm run lint

Запуск статического анализатора стиоей

$ npm run stylelint

## Learn More

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).