https://github.com/georgiowan/typed-rails-demo
Demo of TypedJQ-rails
https://github.com/georgiowan/typed-rails-demo
rails5 ruby-on-rails rubygem typed-js
Last synced: 3 months ago
JSON representation
Demo of TypedJQ-rails
- Host: GitHub
- URL: https://github.com/georgiowan/typed-rails-demo
- Owner: GeorgioWan
- Created: 2017-08-04T03:46:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T04:07:30.000Z (almost 8 years ago)
- Last Synced: 2025-02-06T06:51:33.688Z (5 months ago)
- Topics: rails5, ruby-on-rails, rubygem, typed-js
- Language: Ruby
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo of TypedJQ-Rails with rails 5
## Prerequisite
- Rails 5^
## Usage
1. Clone this repo
```
git clone https://github.com/GeorgioWan/typed-rails-demo.git
```2. Bundle it
```
bundle install
```3. Start it
```
rails s
```> Tips: you can use `-b 127.0.0.1` with your **IP**, `-p 8080` with your **PORT**