Skip to content

jeffcousins/postbrew

Repository files navigation

PostBrew

A Reddit-like social news and networking app.

Check it out at [postbrew.herokuapp.com] (https://postbrew.herokuapp.com "MEOW MEOW MEOW MEOW MEOW MEOW MEOWWWWW").

Install:

Make sure you have webpack installed globally:

$ npm install -g webpack

Install npm dependencies in postbrew home directory:

$ npm install

Build your bundle:

$ webpack or $ npm run build or $ npm run watch (It will automatically run with the --watch flag)

Have PostgreSQL running: Download for Mac at Postgres.app

Open the app before running the server in the next step:

Run the server: $ npm start (Runs at http://localhost:8080)