An open API service indexing awesome lists of open source software.

https://github.com/netodevel/web-ninja-box

Box for web development with Ruby on Rails and AngularJS
https://github.com/netodevel/web-ninja-box

Last synced: 6 months ago
JSON representation

Box for web development with Ruby on Rails and AngularJS

Awesome Lists containing this project

README

          

██╗ ██╗███████╗██████╗ ███╗ ██╗██╗███╗ ██╗ ██╗ █████╗ ██████╗ ██████╗ ██╗ ██╗
██║ ██║██╔════╝██╔══██╗ ████╗ ██║██║████╗ ██║ ██║██╔══██╗ ██╔══██╗██╔═══██╗╚██╗██╔╝
██║ █╗ ██║█████╗ ██████╔╝ ██╔██╗ ██║██║██╔██╗ ██║ ██║███████║ ██████╔╝██║ ██║ ╚███╔╝
██║███╗██║██╔══╝ ██╔══██╗ ██║╚██╗██║██║██║╚██╗██║██ ██║██╔══██║ ██╔══██╗██║ ██║ ██╔██╗
╚███╔███╔╝███████╗██████╔╝ ██║ ╚████║██║██║ ╚████║╚█████╔╝██║ ██║ ██████╔╝╚██████╔╝██╔╝ ██╗
╚══╝╚══╝ ╚══════╝╚═════╝ ╚═╝ ╚═══╝╚═╝╚═╝ ╚═══╝ ╚════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝

Box for web development with Ruby on Rails and AngularJS

#Contains
* Ruby
* Rails
* Node.JS
* Angular CLI
* PostgreSQL
* Heroku Toolbar

#Requeriments

* Ansible

sudo apt-get install software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible

* VirtualBox

sudo apt-get install dpkg-dev virtualbox-dkms

* Vagrant

(https://www.vagrantup.com/downloads.html)


#WorkFlow Development

ng new front-project
ng server

rails new back-project
rails s