Home Reference Source Test Repository

Redux App

Build Status Dependency Status devDependency Status ESDoc Status

Just a simple app with routing, tests and stuff to learn Redux.

Features

Here is the features I intend to have in this project

What's in

Build

Libraries

Style

Tests

Documentation and quality

Yarn scripts

Setup the app

git clone https://github.com/Freezystem/redux-app.git
cd redux-app && yarn

Run development app

First add this line to /etc/hosts on Unix systems or C:\Windows\System32\drivers\etc on Windows.

127.0.0.1           redux.app.io

Then just run

yarn run dev

Build production app

yarn run build

or for a clean install

yarn run build:clean

Run tests

yarn test

or with watch option

yarn run test:watch

Generate Documentation

yarn run doc