cimfalab / archived-web

Steemhunt Web Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steemhunt front-end

This project was bootstrapped with Steemiz and Create React App projects.

Stacks

  • React 16 / Redux 3
  • Ant Design for front-end frameworks
  • SteemConnect v2

Development Setup

  1. Create environment file on root directory
cat > env.local

# Copy and paste settings below:
REACT_APP_API_ROOT="http://localhost:3001"
REACT_APP_STEEM_API_URL="https://api.steemit.com"
REACT_APP_STEEMCONNECT_REDIRECT_URL="http://localhost:3000/auth/steemconnect/callback"
REACT_APP_STEEMCONNECT_IMG_HOST="https://img.busy.org"
  1. npm install
  2. Setup local API server (back-end) with the instruction here (Both api and web directory should be on the same parent directory to use our Foreman script)
  3. Once you finish setting up api directory, type: rails start to start both API (back-end) and Node server (front-end) on local port 3000 and 3001 respectively.

About

Steemhunt Web Client

License:MIT License


Languages

Language:JavaScript 86.3%Language:CSS 11.3%Language:HTML 2.4%