Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ushliypakostnik/kafedra-front
- Owner: ushliypakostnik
- Created: 2019-09-22T13:09:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T19:28:48.000Z (almost 3 years ago)
- Last Synced: 2023-02-27T23:12:03.647Z (over 1 year ago)
- Topics: babel, eslint, howler, parallax-js, pwa, scss, stylelint, vue, vue-cli, vue-router, vuex
- Language: CSS
- Homepage:
- Size: 4.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/).