Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 642 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 642 Bytes

InstallationFrontend

Prerequisites

You will need the following things properly installed on your computer.

Setup

cd frontend
npm install
bower install

Backend

Setup

Install dependencies and create database:

cd backend
bundle install
bundle exec rake db:setup

Running the whole app

From the project root:

rake run

Goal

build a simple button to retrive the news from https://news.ycombinator.com/