Simple Accounts app using ReactJs and Rails
Clone this repo:
$ git clone https://github.com/marclerodrigues/accounts.git
$ cd accounts/
Run bundle install:
$ bundle install
Create database and run migrations:
$ rake db:migrate
Run your server:
$ rails s
And you can access the app at http://localhost:3000/
- Fork it ( https://github.com/marclerodrigues/accounts/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request