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

https://github.com/dbtek/react-manga

A web application to discover and read mangas, built on React & Redux.
https://github.com/dbtek/react-manga

Last synced: about 2 months ago
JSON representation

A web application to discover and read mangas, built on React & Redux.

Awesome Lists containing this project

README

          

RManga
------

Simple app built on React with Redux consuming Mangaeden api. Based on [React Starter](https://github.com/eanplatter/react-starter#getting-started)

## Technology
- React (UI)
- Redux (Data Flow)
- React Router
- Fetch Api (HTTP Requests)
- Material UI (Prebuilt React components following Material Design spec)
- Sass (With node-sass, Webpack Sass loader)
- Webpack with Babel (Script bundling with ES6/7 transpile)
- Mocha, Expect.js (Test suite for UI components)

## Installation
Node 4+, NPM 3+ is highly recommended.
```
$ npm install
```

## Build & Run
```
$ npm start
```
Go to [localhost:8080](http://localhost:8080).

## Get Production Ready
Bundle for production is created under `/dist` directory with:
```
$ npm run build
```

## Tests
Unit tests can be run with:
```
$ npm test
```