Giter Site home page Giter Site logo

home-library-seed's Introduction

HomeLibrary Seed Project

This repository is the starting point for much of the work in the book Angular for Rails Developers.

The app doesn't do anything but it's a solid starting point. All the test pass and the code is clean.

If you load the app in your browser, you'll simply see "app works!". If you want the Angular app to actually retrieve data from Rails, you can follow something like my Angular 2 HTTP Example post, although of course using this HomeLibrary project instead of AuthorWizard.

Installation

$ git clone [email protected]:jasonswett/home-library-seed.git
$ bundle install
$ rails db:setup
$ cd client
$ npm install

Running the project

Rails server:

$ rails server

Angular server:

$ cd client
$ npm start

Visit http://localhost:4200/ in the browser.

Running the tests

All tests should be passing.

Rails:

$ rspec

Angular:

$ cd client
$ ng test

Deployment

$ heroku buildpacks:add https://github.com/jasonswett/heroku-buildpack-nodejs
$ heroku buildpacks:add heroku/ruby
$ git push heroku master

home-library-seed's People

Contributors

jasonswett avatar dgleba avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.