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
- Host: GitHub
- URL: https://github.com/gisce/orakwlum-frontend
- Owner: gisce
- Created: 2016-10-18T13:11:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T14:37:41.000Z (over 2 years ago)
- Last Synced: 2025-01-15T07:02:14.390Z (over 1 year ago)
- Topics: frontend, hacktoberfest, javascript, nodejs, orakwlum, react, reactjs, service-worker, websocket
- Language: JavaScript
- Homepage:
- Size: 5.3 MB
- Stars: 2
- Watchers: 19
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# orakWlum Frontend
[]()
[]()
[]()
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