Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ushliypakostnik/react-scss-i18next

Start PWA-project on React/Router/Redux with i18next and SCSS stylebase.
https://github.com/ushliypakostnik/react-scss-i18next

boilerplate i18next pwa react react-router redux scss starter-kit

Last synced: about 6 hours ago
JSON representation

Start PWA-project on React/Router/Redux with i18next and SCSS stylebase.

Awesome Lists containing this project

README

        

React/SCSS/i18next start frontend project
=========================================

PWA-project on React/Router/Redux with i18next and SCSS stylebase.

Deploy
------

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

$ npm install

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

$ npm start

http://localhost:3000/

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

Сборка проекта в продакшен

$ npm build

Тесты
-----

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

$ npm test

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

$ npm run stylelint

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