A Reddit clone, just for funsies.
- node.js (^v7.8.0)
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.
$PM build # Runs webpack
$PM test # Run tests
$PM run dev # Starts dev server