iporollo / react-rails-typescript

Starter Ruby on Rails project with React and Typescript integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Reails Typescript Starter

This is a sample starter project for Ruby on Rails with React and Typescript.

Installation

  1. Run $ bundle install to install all of the gems necessary to run the project.
  2. Run $ yarn to install all necessary node-modules
  3. Run ./bin/webpack-dev-server --host 127.0.0.1 to set up webpack dev server
  4. This project uses foreman to run both the rails and webpack servers at the same time. Therefore, run $ foreman start to start the project.

Go to localhost:5000 and you should see 'Greeting: Hello' in the top left corner.

About

Starter Ruby on Rails project with React and Typescript integration

License:MIT License


Languages

Language:Ruby 74.4%Language:HTML 13.8%Language:JavaScript 8.1%Language:CSS 2.1%Language:TypeScript 1.1%Language:CoffeeScript 0.5%