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

https://github.com/gisce/orakwlum-frontend

orakWlum frontend based on Node + React
https://github.com/gisce/orakwlum-frontend

frontend hacktoberfest javascript nodejs orakwlum react reactjs service-worker websocket

Last synced: about 2 months ago
JSON representation

orakWlum frontend based on Node + React

Awesome Lists containing this project

README

          

# orakWlum Frontend

[![Version](https://img.shields.io/badge/version-0.11.17-green.svg)]()
[![Status](https://img.shields.io/badge/status-dev-yellow.svg)]()
[![Node](https://img.shields.io/badge/npm-3.10.3-blue.svg)]()

orakWlum web frontend based on _NodeJS_, _React_, _Redux_ and _Material UI_.

It uses _Websocket_ to interact with the API, also initializes a _ServiceWorker_ and a _Redux Persistor_ at an extended local storage (_localForage_).

## Configure oKW-frontend

### 1) Edit the configs at webpack/*.config.js

### 2) Install dependencies
```
npm install
```

### 3) Start the server
```
npm start
```

### 4) Open http://localhost:3000 in a web browser