Skip to content

jszpila/reddit-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Lite

A Reddit clone, just for funsies.

Up and Running

Requirements

  • node.js (^v7.8.0)

Doing the Thing

Where $PM is your package manager of choice (npm or yarn):

$PM install  # Install dependencies
$PM start    # Runs webpack build, Mocha tests, & starts dev server @ :8080

You should then be able to hit http://localhost:8080 and see the project.

Individual Commands

$PM build   # Runs webpack
$PM test    # Run tests
$PM run dev # Starts dev server

About

A Reddit browser for funsies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published