8000 GitHub - AndreMiras/etheroll at v20191110
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

AndreMiras/etheroll

Repository files navigation

Etheroll ReactJS

Build Status

https://andremiras.github.io/etheroll/

Experimental project running an alternative Etheroll frontend on ReactJS. If you're looking for the mobile app instead, see EtherollApp.

Disclaimer

This is very early stage and experimental. I'm learning ReactJS while building it, but I'm not a UX designer.

Run

yarn start

Install

make

Test

make lint
make test

Docker

We provide a Dockerfile that can be used for development or production. Build and run with:

docker-compuse up

The application will be server on both port 80 (default HTTP) and 3000 (default Node.js port). Find out more reading the docker-compose.yml file.

0