phchan9 / simple-topic-list

topic list in the style like hackernews or reddit

Home Page:http://simple-topic-list.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Topic-List Build Status

This project was bootstrapped with Create React App. I use react+redux to implment this simple-topic-list project.

Quick Start

yarn install or npm install

After cloning this repo, use yarn(or npm) to install dependencies for this project.

yarn start or npm start

Run the app in development mode. Open http://localhost:3000 to view it in the browser.

yarn test or npm test

Run the test suits of this app. I use jest as my test runner which is built in Create React App and use its Snapshot Testing techniques as my UI testing with enzyme, a testing utility for React.

Depolyment

I deployed this web app on Heroku with the buildpack provided by them. See the introductory blog post and entry in Heroku elements. Follow the instructions from their git repo to deploy this app: ✏️ Replace $APP_NAME with a name for this app.

create-react-app $APP_NAME
cd $APP_NAME
git init
heroku create $APP_NAME --buildpack https://github.com/mars/create-react-app-buildpack.git
git add .
git commit -m "Start with create-react-app"
git push heroku master
heroku open

About

topic list in the style like hackernews or reddit

http://simple-topic-list.herokuapp.com/


Languages

Language:JavaScript 94.0%Language:HTML 6.0%