faizahmedfarooqui / ycombinator-react

Hacker News Clone using ReactJS - SSR, Firebase & Google Chart.

Home Page:https://hackernews-faizahmed.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image

Demo

https://hackernews-faizahmed.herokuapp.com/top

Local SetUp:

# Clone the Repository
git clone https://github.com/faizahmedfarooqui/ycombinator-react.git;

# Install dependencies using NPM or Yarn
yarn install;

# Create the Client Build
yarn build;

# Start the Server
yarn start;

Docker SetUp:

# Cloning the Repository
git clone https://github.com/faizahmedfarooqui/ycombinator-react.git;

# Create the Build 
docker build -t <your-username>/<repository-name> .

# Run the Image
docker run -p 49160:4000 -d <your-username>/<repository-name>

# Get the Container ID
docker ps

# Check the log output
docker logs <container-id>

# Go inside the Container
docker exec -it <container-id> /bin/bash

# Test the Application
curl -i localhost:49160

About

Hacker News Clone using ReactJS - SSR, Firebase & Google Chart.

https://hackernews-faizahmed.herokuapp.com

License:MIT License


Languages

Language:JavaScript 83.4%Language:SCSS 12.2%Language:Pug 3.5%Language:Dockerfile 0.9%